Merge pull request #276913 from r-ryantm/auto-update/intel-gmmlib

intel-gmmlib: 22.3.15 -> 22.3.16
This commit is contained in:
Mario Rodas 2023-12-27 07:56:45 -05:00 committed by GitHub
commit e57e961641
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "intel-gmmlib";
version = "22.3.15";
version = "22.3.16";
src = fetchFromGitHub {
owner = "intel";
repo = "gmmlib";
rev = "intel-gmmlib-${version}";
sha256 = "sha256-MVM5MfX+uVMik+332blWvqh6Wt1iq6DNR7/hrHC+rWI=";
sha256 = "sha256-6cN7qnFpVe362u4o0bZMKlUq1/eCpPZF0nBgon9Eav4=";
};
nativeBuildInputs = [ cmake ];