Skip to content

Commit

Permalink
shader-slang: 2025.3 → 2025.3.1 (#376342)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz authored Jan 24, 2025
1 parent 48a44d7 commit 64497b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/sh/shader-slang/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "shader-slang";
version = "2025.3";
version = "2025.3.1";

src = fetchFromGitHub {
owner = "shader-slang";
repo = "slang";
tag = "v${finalAttrs.version}";
hash = "sha256-kEW36pAo10xm3qY47hXTAjiXF74qa5rfDlQ6/gcGHqs=";
hash = "sha256-YOZukHgXTgKyTp2b3Z0hwkipCwAkNoFlgVZfDlq1lz8=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 64497b0

Please sign in to comment.