Commit 06a8b310 authored by R. RyanTM's avatar R. RyanTM
Browse files

intel-gmmlib: 22.7.0 -> 22.7.1

parent b9a69c9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "intel-gmmlib";
  version = "22.7.0";
  version = "22.7.1";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "gmmlib";
    tag = "intel-gmmlib-${version}";
    hash = "sha256-SR66UaoPQYGz4Nda99ASZEfTtNlLQTqtZgDM5hlV/1w=";
    hash = "sha256-Wm9bHe65ak7ERSEgrSO9x9hUV6ypRbODoY4eodebOVE=";
  };

  nativeBuildInputs = [ cmake ];