Merge pull request #288139 from SuperSandro2000/shfmt

shfmt: 3.7.0 -> 3.8.0
This commit is contained in:
zowoq 2024-02-13 23:28:28 +10:00 committed by GitHub
commit 4ecc573308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "shfmt";
version = "3.7.0";
version = "3.8.0";
src = fetchFromGitHub {
owner = "mvdan";
repo = "sh";
rev = "v${version}";
sha256 = "sha256-5/WGYsmZAFFdONpViRaqjL/KXyOu618A8S/SqcgZoEU=";
sha256 = "sha256-2AnSmwl4ID7QxF8k1fl50S47KjKs9PwVpxchUIlhVo0=";
};
vendorHash = "sha256-V/6wiC0oanytzMGW/lP+t+uz6cMgXRuviDEj7ErQh5k=";
vendorHash = "sha256-rWAnWohbQZyPlOWqWwcxPMDABxumCo4M8fBUx54q76c=";
subPackages = [ "cmd/shfmt" ];