Skip to content

Commit

Permalink
intel-gmmlib: 20.2.3 -> 20.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Aug 26, 2020
1 parent 3b9cb4f commit 25d7d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/intel-gmmlib/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "intel-gmmlib";
version = "20.2.3";
version = "20.2.5";

src = fetchFromGitHub {
owner = "intel";
repo = "gmmlib";
rev = "${pname}-${version}";
sha256 = "1gsjcsad70pxafhw0jhxdrnfqwv8ffp5sawbgylvc009jlzxh5l8";
sha256 = "0jg3kc74iqmbclx77a6dp4h85va8wi210x4zf5jypiq35c57r8hh";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 25d7d47

Please sign in to comment.