shader-slang: 2025.17.1 -> 2025.17.2

Changelog: https://github.com/shader-slang/slang/releases/tag/v2025.17.2
This commit is contained in:
botnk
2025-09-26 01:29:30 +00:00
parent 5364a5ff96
commit 8dcc9c2720
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shader-slang";
version = "2025.17.1";
version = "2025.17.2";
src = fetchFromGitHub {
owner = "shader-slang";
repo = "slang";
tag = "v${finalAttrs.version}";
hash = "sha256-0rpjwUCOJedafF6ZKyV+a3fHhnEcflFC6nflTApN4Z0=";
hash = "sha256-bviodruPqvw2L9E6qSO0ihg9L/qK33A03bpr1bI+xR8=";
fetchSubmodules = true;
};