shfmt: 3.8.0 -> 3.9.0

This commit is contained in:
Aaron Jheng
2024-08-17 16:45:59 +10:00
committed by zowoq
parent 1a5b799949
commit 02355a384f
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "shfmt";
version = "3.8.0";
version = "3.9.0";
src = fetchFromGitHub {
owner = "mvdan";
repo = "sh";
rev = "v${version}";
sha256 = "sha256-2AnSmwl4ID7QxF8k1fl50S47KjKs9PwVpxchUIlhVo0=";
hash = "sha256-sYfMMKBqaYf3dfFcxE9awUMW+Hk7ps0/zpVFHul7GWM=";
};
vendorHash = "sha256-rWAnWohbQZyPlOWqWwcxPMDABxumCo4M8fBUx54q76c=";
vendorHash = "sha256-xm5qKSg7OU++mVtTeRwefL3J1Uf+a0nFdtlD7eulI8s=";
subPackages = [ "cmd/shfmt" ];