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

Merge pull request #322657 from r-ryantm/auto-update/intel-compute-runtime

intel-compute-runtime: 24.17.29377.6 -> 24.22.29735.20
parents d5c7eb29 3f8fcc23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "intel-compute-runtime";
  version = "24.17.29377.6";
  version = "24.22.29735.20";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "compute-runtime";
    rev = version;
    hash = "sha256-+bx6P1vZlgolHrINzkH4ukXT+hgAtH18DOX6vb9vPVs=";
    hash = "sha256-M+buuVTd0w1Js6eDKln+LFhQgeNU4KCbN6vK8PyUdG8=";
  };

  nativeBuildInputs = [ cmake pkg-config ];