Skip to content

Commit 667fc01

Browse files
authored
shader-slang: 2025.3.1 -> 2025.4 (#377433)
2 parents f59e1f7 + b502b1a commit 667fc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sh/shader-slang/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929
stdenv.mkDerivation (finalAttrs: {
3030
pname = "shader-slang";
31-
version = "2025.3.1";
31+
version = "2025.4";
3232

3333
src = fetchFromGitHub {
3434
owner = "shader-slang";
3535
repo = "slang";
3636
tag = "v${finalAttrs.version}";
37-
hash = "sha256-YOZukHgXTgKyTp2b3Z0hwkipCwAkNoFlgVZfDlq1lz8=";
37+
hash = "sha256-odZEWiE8SQrfPlRjkI6HkB+sHUhj5ySyBQCKQua7CKA=";
3838
fetchSubmodules = true;
3939
};
4040

0 commit comments

Comments
 (0)