shader-slang: 2025.18.2 -> 2025.19

Changelog: https://github.com/shader-slang/slang/releases/tag/v2025.19
This commit is contained in:
botnk
2025-10-15 01:33:24 +00:00
parent 29454f1b32
commit e52918f73b

View File

@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shader-slang";
version = "2025.18.2";
version = "2025.19";
src = fetchFromGitHub {
owner = "shader-slang";
repo = "slang";
tag = "v${finalAttrs.version}";
hash = "sha256-9upf/4Ix4ReV4OlkPMzLMJo4DlAXydQLSEp+GM+tN2g=";
hash = "sha256-WG+yW76iFrrYFldCp85LcbwQ8cz61NkAvdlvIfaPgac=";
fetchSubmodules = true;
};