Skip to content

Commit

Permalink
intel-gmmlib: 22.4.1 -> 22.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 2, 2024
1 parent c7d8545 commit 97e4ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/intel-gmmlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "intel-gmmlib";
version = "22.4.1";
version = "22.5.1";

src = fetchFromGitHub {
owner = "intel";
repo = "gmmlib";
rev = "intel-gmmlib-${version}";
sha256 = "sha256-z8FPSqWlSubtt+gurntWnkeKsdO2B+KZXTv2Y+TL7t4=";
hash = "sha256-YHloVW5TtNI583GOEhx7S27jzHEVTSdbJSDOzv7KZiI=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 97e4ebd

Please sign in to comment.