We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb052a commit f6bdbd1Copy full SHA for f6bdbd1
pkgs/tools/text/shfmt/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "shfmt";
5
- version = "3.9.0";
+ version = "3.10.0";
6
7
src = fetchFromGitHub {
8
owner = "mvdan";
9
repo = "sh";
10
rev = "v${version}";
11
- hash = "sha256-sYfMMKBqaYf3dfFcxE9awUMW+Hk7ps0/zpVFHul7GWM=";
+ hash = "sha256-UI/f5EC5OOvwrxP1wfnNgEpY1DCwmekQohTILRvM2Gc=";
12
};
13
14
- vendorHash = "sha256-xm5qKSg7OU++mVtTeRwefL3J1Uf+a0nFdtlD7eulI8s=";
+ vendorHash = "sha256-p52IIzkAkcnqbxXBqQ92crYBrD84wQb/uVsTWX8EsPE=";
15
16
subPackages = [ "cmd/shfmt" ];
17
0 commit comments