Skip to content

Commit

Permalink
shfmt: 3.9.0 -> 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Oct 20, 2024
1 parent 8e688f2 commit 4787d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/shfmt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];

Expand Down

0 comments on commit 4787d73

Please sign in to comment.