shader-slang: 2026.12.2 -> 2026.13.1

This commit is contained in:
R. Ryantm
2026-07-17 11:16:14 +00:00
parent 705ffce919
commit 0eb7f664f8

View File

@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shader-slang";
version = "2026.12.2";
version = "2026.13.1";
src = fetchFromGitHub {
owner = "shader-slang";
repo = "slang";
tag = "v${finalAttrs.version}";
hash = "sha256-kSc8+McxHQ6Vh7M+AUDx6zre7zjjq0w5A8QZhLZ3wGw=";
hash = "sha256-nZAe/lQAcnKSi/XjbT2EAOvJeUG+5zRLtx0ArRMxTCE=";
fetchSubmodules = true;
};