Unverified Commit cbe2b764 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

intel-compute-runtime: 26.05.37020.3 -> 26.09.37435.1 (#500819)

parents 91128e56 ec4947b6
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 = [