intel-gmmlib: 22.7.1 -> 22.7.2

This commit is contained in:
R. Ryantm 2025-05-07 01:25:50 +00:00
parent 672391b134
commit 84ef4ca24f

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 ];