Skip to content

Commit

Permalink
intel-gmmlib: 22.5.5 -> 22.6.0 (#368506)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 27, 2024
2 parents 8bf8431 + 0f25d2b commit 5099ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/in/intel-gmmlib/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "intel-gmmlib";
version = "22.5.5";
version = "22.6.0";

src = fetchFromGitHub {
owner = "intel";
repo = "gmmlib";
rev = "intel-gmmlib-${version}";
hash = "sha256-F8e9FzEn6A7U8lyso5YDhWaB+S5M45HRvj95AyteovQ=";
hash = "sha256-3A5bTrRIm7ZOz2Si8u2GSDr5vIOr9NOaMRu0PbqZAIs=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 5099ac1

Please sign in to comment.