intel-compute-runtime: 22.43.24595.41 -> 22.49.25018.24

This commit is contained in:
Sandro Jäckel 2023-02-28 17:45:05 +01:00 committed by Sandro Jäckel
parent a798ab89a5
commit 87dbe5e60f
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "intel-compute-runtime";
version = "22.43.24595.41";
version = "22.49.25018.24";
src = fetchFromGitHub {
owner = "intel";
repo = "compute-runtime";
rev = version;
sha256 = "sha256-AdAQX8wurZjXHf3z8IPxnW57CDOwwYlgJ09dNNDhUYQ=";
sha256 = "sha256-/onHHIG5jWFObC8pSjpFMadjwaAN6vMNjAsj8/D3qNw=";
};
patches = [