shader-slang: 2026.2.1 -> 2026.3.1

This commit is contained in:
R. Ryantm
2026-02-22 07:12:31 +00:00
parent b01e2e153a
commit 365ba219a5
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shader-slang";
version = "2026.2.1";
version = "2026.3.1";
src = fetchFromGitHub {
owner = "shader-slang";
repo = "slang";
tag = "v${finalAttrs.version}";
hash = "sha256-UY1nmkXAtxKycqAq7dcErX7afadYgqwWAUahfVI9ZB8=";
hash = "sha256-F+zCchil+Rf1fT7nRBCz5mC1m5oYpiRqWylhpJTr1cw=";
fetchSubmodules = true;
};