1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

shfmt: 3.4.2 -> 3.4.3

https://github.com/mvdan/sh/releases/tag/v3.4.3
This commit is contained in:
zowoq 2022-02-20 07:14:47 +10:00
parent 286ecff9e0
commit 451c27fb70

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "shfmt";
version = "3.4.2";
version = "3.4.3";
src = fetchFromGitHub {
owner = "mvdan";
repo = "sh";
rev = "v${version}";
sha256 = "sha256-xJlOEjGhxpfH3w+RvjXKjXoWPzQ6JkpldxLuKMkVvq0=";
sha256 = "sha256-tE7U/hE1Z/9VZTYt2jU0IE11cS01l6wTPVFuXH36sM4=";
};
vendorSha256 = "sha256-ZYsQ+wE+G7xNrBN29npSxxPCz9+Wb/RsBzM5uwJkhO8=";