Commit ec4947b6 authored by R. RyanTM's avatar R. RyanTM
Browse files

intel-compute-runtime: 26.05.37020.3 -> 26.09.37435.1

parent 9024df32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "intel-compute-runtime";
  version = "26.05.37020.3";
  version = "26.09.37435.1";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "compute-runtime";
    tag = finalAttrs.version;
    hash = "sha256-V5PoGvUJtNL9Y7RkFWqhpYEbpiqv3Gj4GB1uBUKOvNg=";
    hash = "sha256-FKqsyjkxOcqtVv+chGTFn9dhYwkWaDomWdFQlF85RDM=";
  };

  nativeBuildInputs = [