shfmt: 3.7.0 -> 3.8.0

Diff: https://github.com/mvdan/sh/compare/v3.7.0...v3.8.0
This commit is contained in:
Sandro Jäckel 2024-02-11 22:22:52 +01:00
parent bb49848f26
commit d0f0c5b08b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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" ];