shader-slang: 2025.24.1 -> 2025.24.2

Changelog: https://github.com/shader-slang/slang/releases/tag/v2025.24.2
This commit is contained in:
botnk
2025-12-20 01:30:20 +00:00
parent ab26ed9b59
commit dfa710de2e
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shader-slang";
version = "2025.24.1";
version = "2025.24.2";
src = fetchFromGitHub {
owner = "shader-slang";
repo = "slang";
tag = "v${finalAttrs.version}";
hash = "sha256-w99pRi03HyI8xlvxbJL+i5k6Sr0ITkh28qB9nRY2iiU=";
hash = "sha256-GBiGeVboAO4XqnO7ZIWCUjsb3M/+MEtIxausOs3unyQ=";
fetchSubmodules = true;
};