level-zero: 1.21.9 -> 1.22.4

This commit is contained in:
R. Ryantm
2025-06-23 14:04:45 +00:00
parent eeab26971f
commit d8864b2f5a
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "level-zero";
version = "1.21.9";
version = "1.22.4";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
tag = "v${version}";
hash = "sha256-I9jCS4ZDEfOH/2kgIgeNne96Z5YZdzsmUGXza8PmXZI=";
hash = "sha256-9MZcxpRyr0YMLHKTgxqJnm72rAYLkTdrn7Egky8mM48=";
};
nativeBuildInputs = [