Skip to content

Commit

Permalink
intel-gmmlib: 22.5.1 -> 22.5.2 (#348773)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 15, 2024
2 parents 70f9c11 + 896fe3b commit 0a454ad
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.5.1";
version = "22.5.2";

src = fetchFromGitHub {
owner = "intel";
repo = "gmmlib";
rev = "intel-gmmlib-${version}";
hash = "sha256-YHloVW5TtNI583GOEhx7S27jzHEVTSdbJSDOzv7KZiI=";
hash = "sha256-vc4Jk+XAXf/lq5ouCP+04YBuyeypl0XSOPUT1YkL+7A=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 0a454ad

Please sign in to comment.