Merge pull request #333432 from SuperSandro2000/level-zero

This commit is contained in:
Sandro 2024-08-14 11:27:22 +02:00 committed by GitHub
commit 15dd3c43c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "level-zero";
version = "1.17.19";
version = "1.17.25";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
rev = "refs/tags/v${version}";
hash = "sha256-WfnoYLBBXzYQ35Og6UgGFv6ebLMBos49JvJcZANRhd8=";
hash = "sha256-nC0Bp6Ggs5MDxBbrHVIh73LBb5yyMOUFuLXF06nvLkE=";
};
nativeBuildInputs = [ cmake addDriverRunpath ];