shfmt: 3.2.0 -> 3.2.1

https://github.com/mvdan/sh/releases/tag/v3.2.1
This commit is contained in:
zowoq 2020-12-03 05:49:46 +10:00
parent c47fca9f6a
commit adc4367197

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "shfmt";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "mvdan";
repo = "sh";
rev = "v${version}";
sha256 = "1ybrx82c4djp7izyqhvzk0rcf9ac7nv5g5ahxr0k0jhm752ba5z2";
sha256 = "1kp4ib0a64cc9qylny48ff5q9ciklzx93yhv7fgqhl1v2c7fm1jp";
};
vendorSha256 = "1ma7nvyn6ylbi8bd7x900i94pzs877kfy9xh0nf1bbify1vcpd29";