level-zero: 1.24.1 -> 1.24.2

This commit is contained in:
blenderfreaky
2025-09-01 13:13:44 +02:00
parent c5dc5ee210
commit 922b1397e8
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "level-zero";
version = "1.24.1";
version = "1.24.2";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
tag = "v${version}";
hash = "sha256-mDVq8wUkCvXHTqW4niYB1JIZIQQNpHTmhPu3Ydy6IyQ=";
hash = "sha256-5QkXWuMFNsYNsW8lgo9FQIZ5NuLiRZCFKGWedpddi8Y=";
};
nativeBuildInputs = [