shader-slang: 2025.17 -> 2025.17.1

Changelog: https://github.com/shader-slang/slang/releases/tag/v2025.17.1
This commit is contained in:
botnk
2025-09-25 01:41:57 +00:00
parent 70ca6c7387
commit e8512a075f
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shader-slang";
version = "2025.17";
version = "2025.17.1";
src = fetchFromGitHub {
owner = "shader-slang";
repo = "slang";
tag = "v${finalAttrs.version}";
hash = "sha256-JmDInquZlyGG7LivZ4792Ef7IazntgwOwAheNILT+HI=";
hash = "sha256-0rpjwUCOJedafF6ZKyV+a3fHhnEcflFC6nflTApN4Z0=";
fetchSubmodules = true;
};