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

intel-compute-runtime: 25.40.35563.4 -> 25.44.36015.5 (#463626)

parents 64f4b1d4 235afcdf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "intel-compute-runtime";
  version = "25.40.35563.4";
  version = "25.44.36015.5";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "compute-runtime";
    tag = version;
    hash = "sha256-V2zmS3CFLxhyFYvGOdkix9g3E6JkeVa/pDLPC5NYivo=";
    hash = "sha256-4CXNSgMyXsoiHdXQwm8oxQZrcFs9suVdC+OxcD/69Xw=";
  };

  nativeBuildInputs = [