level-zero: 1.20.0 -> 1.20.2

This commit is contained in:
R. Ryantm
2025-01-25 21:45:10 +00:00
parent bafca6cbe1
commit d409bd141f
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "level-zero";
version = "1.20.0";
version = "1.20.2";
src = fetchFromGitHub {
owner = "oneapi-src";
repo = "level-zero";
tag = "v${version}";
hash = "sha256-dn/1EZlEBbmu4p7/5fn6LhQXOEUvI/gtAdHnCnosGEs=";
hash = "sha256-IqnEjlKBB3nx2rOTBG+rrJ078z8+kkg52hFV2+5lJV0=";
};
nativeBuildInputs = [