shfmt: 3.2.4 -> 3.3.0

https://github.com/mvdan/sh/releases/tag/v3.3.0
This commit is contained in:
zowoq 2021-05-18 07:03:57 +10:00
parent 2d3225a6c2
commit 03ca96ad56

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "shfmt";
version = "3.2.4";
version = "3.3.0";
src = fetchFromGitHub {
owner = "mvdan";
repo = "sh";
rev = "v${version}";
sha256 = "sha256-BkvsCIcm3qnfECNhY3DIPnBRih6D7rOHOQu9oc0YDZA=";
sha256 = "sha256-pD1nkbBw5NBCyuhn2DYop2AR+1T8p6/zTa6FeWiya7Q=";
};
vendorSha256 = "1ma7nvyn6ylbi8bd7x900i94pzs877kfy9xh0nf1bbify1vcpd29";
vendorSha256 = "sha256-euJYStN21xFYosouWYXpHN3MWCKR4NT8z6OSonM0HW8=";
subPackages = [ "cmd/shfmt" ];