intel-compute-runtime: 22.43.24595.35 -> 22.43.24595.41

This commit is contained in:
R. Ryantm 2023-01-18 15:21:08 +00:00
parent f46ee73ba6
commit 02376a2784

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "22.43.24595.35";
version = "22.43.24595.41";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "sha256-CWiWkv3CmHhXAk2M92voeQ06ximSOnT9hgIA4rIxWmM=";
sha256 = "sha256-AdAQX8wurZjXHf3z8IPxnW57CDOwwYlgJ09dNNDhUYQ=";
};
nativeBuildInputs = [ cmake pkg-config ];