Skip to content

Commit c115f8a

Browse files
shfmt: 3.10.0 -> 3.11.0 (#387481)
2 parents ce85392 + 3c18f23 commit c115f8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sh/shfmt/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "shfmt";
11-
version = "3.10.0";
11+
version = "3.11.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "mvdan";
1515
repo = "sh";
1616
rev = "v${version}";
17-
hash = "sha256-UI/f5EC5OOvwrxP1wfnNgEpY1DCwmekQohTILRvM2Gc=";
17+
hash = "sha256-PFUjJOVW7bCFOxi5/6D4dOu96T8jj1L5clMVLC/W1Fk=";
1818
};
1919

20-
vendorHash = "sha256-p52IIzkAkcnqbxXBqQ92crYBrD84wQb/uVsTWX8EsPE=";
20+
vendorHash = "sha256-2TSQYcKSzAHbqocQ5iboEUGM1DRis3J1TFlz0fOYQog=";
2121

2222
subPackages = [ "cmd/shfmt" ];
2323

0 commit comments

Comments
 (0)