Skip to content

Commit

Permalink
intel-gmmlib: 20.2.2 -> 20.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 1, 2020
1 parent dd049a4 commit fe4fc37
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.2";
version = "20.2.3";

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

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit fe4fc37

Please sign in to comment.