shader-slang: 2026.1.2 -> 2026.2.1

This commit is contained in:
R. Ryantm
2026-02-14 19:38:27 +00:00
parent c4b8472442
commit 23763959a8
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shader-slang";
version = "2026.1.2";
version = "2026.2.1";
src = fetchFromGitHub {
owner = "shader-slang";
repo = "slang";
tag = "v${finalAttrs.version}";
hash = "sha256-PaxE6C6pjLQ5rBeJDZBILvbQf2buYGWjTyZZaxG6/cI=";
hash = "sha256-UY1nmkXAtxKycqAq7dcErX7afadYgqwWAUahfVI9ZB8=";
fetchSubmodules = true;
};