Skip to content

Commit f6bdbd1

Browse files
committed
shfmt: 3.9.0 -> 3.10.0
Diff: mvdan/sh@v3.9.0...v3.10.0
1 parent 5fb052a commit f6bdbd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/text/shfmt/default.nix

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

33
buildGoModule rec {
44
pname = "shfmt";
5-
version = "3.9.0";
5+
version = "3.10.0";
66

77
src = fetchFromGitHub {
88
owner = "mvdan";
99
repo = "sh";
1010
rev = "v${version}";
11-
hash = "sha256-sYfMMKBqaYf3dfFcxE9awUMW+Hk7ps0/zpVFHul7GWM=";
11+
hash = "sha256-UI/f5EC5OOvwrxP1wfnNgEpY1DCwmekQohTILRvM2Gc=";
1212
};
1313

14-
vendorHash = "sha256-xm5qKSg7OU++mVtTeRwefL3J1Uf+a0nFdtlD7eulI8s=";
14+
vendorHash = "sha256-p52IIzkAkcnqbxXBqQ92crYBrD84wQb/uVsTWX8EsPE=";
1515

1616
subPackages = [ "cmd/shfmt" ];
1717

0 commit comments

Comments
 (0)