Unverified Commit 83cbd824 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

intel-compute-runtime: 25.22.33944.8 -> 25.27.34303.6

parent 1a4d0405
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.22.33944.8";
  version = "25.27.34303.6";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "compute-runtime";
    tag = version;
    hash = "sha256-Sz9ELQkSq6CQOfoTlzJoUzj/GuHwQMgtUjmC0P2uzro=";
    hash = "sha256-AgdPhEAg9N15lNfcX/zQLxBUDTzEEvph+y0FYbB6iCs=";
  };

  nativeBuildInputs = [