Commit 63ffc1e5 authored by R. RyanTM's avatar R. RyanTM
Browse files

intel-compute-runtime: 25.13.33276.16 -> 25.18.33578.6

parent a61befb6
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.13.33276.16";
  version = "25.18.33578.6";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "compute-runtime";
    tag = version;
    hash = "sha256-dGOFWmgPOcSQtpfmYTTPLYeHfwba6gp9nJRF999hybw=";
    hash = "sha256-6HJUwoMzd8T9o0dohLiXz2xwtqnUmkFuftIUPqKpy5s=";
  };

  nativeBuildInputs = [