level-zero: 1.26.3 -> 1.28.0

This commit is contained in:
R. Ryantm
2026-02-10 10:09:51 +00:00
parent ce1a7c1f9e
commit f9d479c46b
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "level-zero";
version = "1.26.3";
version = "1.28.0";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
tag = "v${finalAttrs.version}";
hash = "sha256-AFdACq4oooxv9XMrFjDwSXO+dIoGETqhuqgc0qENkNI=";
hash = "sha256-zIVykKB53KyjvBMgYhPCXLaLag3yvQ7D9HsF3oGGm1w=";
};
nativeBuildInputs = [