shfmt: 3.5.0 -> 3.5.1

https://github.com/mvdan/sh/releases/tag/v3.5.1
This commit is contained in:
zowoq
2022-05-25 11:33:56 +10:00
parent 995d517578
commit 68dfbe0683
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "shfmt";
version = "3.5.0";
version = "3.5.1";
src = fetchFromGitHub {
owner = "mvdan";
repo = "sh";
rev = "v${version}";
sha256 = "sha256-ZhuOOZ+Lttan7R5YgpiM5okGNkSH0NRUj4hHd1ELbLI=";
sha256 = "sha256-/fNKgUh0AnyW1MOuTwk/deT5MnQMy8zMUA1KEdaM8SY=";
};
vendorSha256 = "sha256-3eao9bORPTsyCFpafp89mcL2Y7HNBlDfUsTull7qnYs=";