intel-gmmlib: 22.7.1 -> 22.7.2 (#404805)

This commit is contained in:
Sandro 2025-05-07 11:28:33 +02:00 committed by GitHub
commit b0311a5310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "intel-gmmlib";
version = "22.7.1";
version = "22.7.2";
src = fetchFromGitHub {
owner = "intel";
repo = "gmmlib";
tag = "intel-gmmlib-${version}";
hash = "sha256-Wm9bHe65ak7ERSEgrSO9x9hUV6ypRbODoY4eodebOVE=";
hash = "sha256-TVravPYbOaZBtS5BepRc316m4uIPm5M1YbDWMV5lW0Y=";
};
nativeBuildInputs = [ cmake ];