level-zero: 1.24.2 -> 1.24.3 (#446640)

This commit is contained in:
Weijia Wang
2025-10-24 21:59:51 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "level-zero";
version = "1.24.2";
version = "1.24.3";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
tag = "v${version}";
hash = "sha256-5QkXWuMFNsYNsW8lgo9FQIZ5NuLiRZCFKGWedpddi8Y=";
hash = "sha256-1UwcH+7q2elpqlqafpytC+K0jTHYdyjRtUX9hpBq+EQ=";
};
nativeBuildInputs = [