shfmt: 3.4.0 -> 3.4.1

https://github.com/mvdan/sh/releases/tag/v3.4.1
This commit is contained in:
zowoq
2021-11-27 08:15:27 +10:00
parent 01b54f1ba6
commit f6d5c5fe01
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "shfmt";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "mvdan";
repo = "sh";
rev = "v${version}";
sha256 = "sha256-Bxb4BlvAmJQhog3bZEGHJlrpXNqXpokkipBszPzRHSk=";
sha256 = "sha256-Afu1KjbnIcXQZB8rrpCdgP/ud+tpCf8BrCCOCoSGcms=";
};
vendorSha256 = "sha256-ZYsQ+wE+G7xNrBN29npSxxPCz9+Wb/RsBzM5uwJkhO8=";