level-zero: 1.17.17 -> 1.17.19

This commit is contained in:
R. Ryantm 2024-07-13 09:50:16 +00:00
parent bd24e293f2
commit 44d19c66e3

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "level-zero";
version = "1.17.17";
version = "1.17.19";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
rev = "refs/tags/v${version}";
hash = "sha256-+8bIY/90dXsCdCMeoxL1+OK2Yhl4XNRI3RPuPouGWHc=";
hash = "sha256-WfnoYLBBXzYQ35Og6UgGFv6ebLMBos49JvJcZANRhd8=";
};
nativeBuildInputs = [ cmake addOpenGLRunpath ];