Commit 8f310550 authored by R. RyanTM's avatar R. RyanTM
Browse files

intel-compute-runtime: 25.31.34666.3 -> 25.35.35096.9

parent b780ce5f
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.31.34666.3";
  version = "25.35.35096.9";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "compute-runtime";
    tag = version;
    hash = "sha256-eijW4VYKUbiC7izaocadIxFvdZ3neaM3dewPnQDCLYc=";
    hash = "sha256-GAFbpf5ZUpq+jpVECa5buauCYdpPBOBrREkgrGyhxPA=";
  };

  nativeBuildInputs = [