shfmt: 3.2.2 -> 3.2.4

https://github.com/mvdan/sh/releases/tag/v3.2.4
This commit is contained in:
zowoq 2021-03-09 05:32:47 +10:00
parent c0a737e8be
commit 176f44dfe1

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "shfmt";
version = "3.2.2";
version = "3.2.4";
src = fetchFromGitHub {
owner = "mvdan";
repo = "sh";
rev = "v${version}";
sha256 = "sha256-ZeyHidw8iHboo/LHTR9E3Sqj8euaRvDaYbPQMdecsrk=";
sha256 = "sha256-BkvsCIcm3qnfECNhY3DIPnBRih6D7rOHOQu9oc0YDZA=";
};
vendorSha256 = "1ma7nvyn6ylbi8bd7x900i94pzs877kfy9xh0nf1bbify1vcpd29";