shfmt: 3.9.0 -> 3.10.0

Diff: https://github.com/mvdan/sh/compare/v3.9.0...v3.10.0
This commit is contained in:
zowoq
2024-10-21 17:59:59 +10:00
parent 5fb052a821
commit f6bdbd1605
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "shfmt";
version = "3.9.0";
version = "3.10.0";
src = fetchFromGitHub {
owner = "mvdan";
repo = "sh";
rev = "v${version}";
hash = "sha256-sYfMMKBqaYf3dfFcxE9awUMW+Hk7ps0/zpVFHul7GWM=";
hash = "sha256-UI/f5EC5OOvwrxP1wfnNgEpY1DCwmekQohTILRvM2Gc=";
};
vendorHash = "sha256-xm5qKSg7OU++mVtTeRwefL3J1Uf+a0nFdtlD7eulI8s=";
vendorHash = "sha256-p52IIzkAkcnqbxXBqQ92crYBrD84wQb/uVsTWX8EsPE=";
subPackages = [ "cmd/shfmt" ];