shfmt: 3.3.0 -> 3.3.1

https://github.com/mvdan/sh/releases/tag/v3.3.1

zowoq 344cfbe8 e60aa920

+4 -4
+4 -4
pkgs/tools/text/shfmt/default.nix
··· 2 3 buildGoModule rec { 4 pname = "shfmt"; 5 - version = "3.3.0"; 6 7 src = fetchFromGitHub { 8 owner = "mvdan"; 9 repo = "sh"; 10 rev = "v${version}"; 11 - sha256 = "sha256-pD1nkbBw5NBCyuhn2DYop2AR+1T8p6/zTa6FeWiya7Q="; 12 }; 13 14 - vendorSha256 = "sha256-euJYStN21xFYosouWYXpHN3MWCKR4NT8z6OSonM0HW8="; 15 16 subPackages = [ "cmd/shfmt" ]; 17 18 - buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ]; 19 20 nativeBuildInputs = [ installShellFiles scdoc ]; 21
··· 2 3 buildGoModule rec { 4 pname = "shfmt"; 5 + version = "3.3.1"; 6 7 src = fetchFromGitHub { 8 owner = "mvdan"; 9 repo = "sh"; 10 rev = "v${version}"; 11 + sha256 = "sha256-43v64TQS1xpmU9pyjSTgV03n7xYJR+JAfZVoK3vwbiY="; 12 }; 13 14 + vendorSha256 = "sha256-t1Zdn+NaHrKde6F5o86e+FmN3tH55YpZLuDhTv2lIf4="; 15 16 subPackages = [ "cmd/shfmt" ]; 17 18 + ldflags = [ "-s" "-w" "-X main.version=${version}" ]; 19 20 nativeBuildInputs = [ installShellFiles scdoc ]; 21