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

intel-compute-runtime: 25.09.32961.5 -> 25.09.32961.7 (#395327)

parents 2f38303d 6c74da79
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.09.32961.5";
  version = "25.09.32961.7";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "compute-runtime";
    tag = version;
    hash = "sha256-oOafnYq4p0MubgsjV2kdW/pd7s0N5xmUnWVLg2JAIS8=";
    hash = "sha256-Rdy6ACGclhBn8bulHdjHuLzaGO2jj04iDGoXeHgl6Hs=";
  };

  nativeBuildInputs = [