intel-compute-runtime: 21.42.21270 -> 22.17.23034

This commit is contained in:
rowanG077 2022-05-05 14:45:27 +02:00
parent 4b227488a1
commit 2291838453

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "21.42.21270";
version = "22.17.23034";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "N9MsDcsL8kBWxfZjhukcxZiSJnXxqMgWF0etOhf2/AE=";
sha256 = "sha256-ae6kPiVQe3+hcqXVu2ncCaVQAoMKoDHifrkKpt6uWX8=";
};
nativeBuildInputs = [ cmake pkg-config ];