shader-slang: 2025.16 -> 2025.16.1

Changelog: https://github.com/shader-slang/slang/releases/tag/v2025.16.1
This commit is contained in:
botnk
2025-09-09 01:29:56 +00:00
parent 9e69fc52e7
commit 1ef9fa43bf
+2 -2
View File
@@ -27,13 +27,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shader-slang";
version = "2025.16";
version = "2025.16.1";
src = fetchFromGitHub {
owner = "shader-slang";
repo = "slang";
tag = "v${finalAttrs.version}";
hash = "sha256-ovGrwngcnKN8FJ1PummXHxnGtPatV2Unb6t2Q1f144I=";
hash = "sha256-9kCqE/jwnQrwbKXdcY3rp8YoPju+/ZupH1HBc5qu53o=";
fetchSubmodules = true;
};