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

intel-compute-runtime: 25.44.36015.8 -> 25.48.36300.8

parent f645b5d0
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.44.36015.8";
  version = "25.48.36300.8";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "compute-runtime";
    tag = version;
    hash = "sha256-+jUKb+VK47+yoZX4LVWxwbYqtrhgSOZA7/2rqmmOgmY=";
    hash = "sha256-ymXvbDX01WnsQ2pxCnQU1dKhK+/Jzz1m3Tgg665mdcM=";
  };

  nativeBuildInputs = [