Skip to content

Commit

Permalink
Merge pull request #243911 from r-ryantm/auto-update/intel-compute-ru…
Browse files Browse the repository at this point in the history
…ntime

intel-compute-runtime: 23.17.26241.24 -> 23.22.26516.18
  • Loading branch information
SuperSandro2000 authored Jul 17, 2023
2 parents 5f8708a + 629e860 commit da4daed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/intel-compute-runtime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "23.17.26241.24";
version = "23.22.26516.18";

src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "sha256-FcI9bBJc23UlPP7qSBUc+t4e1X3UEJTYiy86N3KVWrs=";
sha256 = "sha256-SeNmCXqoUqTo1F3ia+4fAMHWJgdEz/PsNFEkrqM+0k4=";
};

nativeBuildInputs = [ cmake pkg-config ];
Expand Down

0 comments on commit da4daed

Please sign in to comment.