goreman: 0.3.13 -> 0.3.14 (#221767)

This commit is contained in:
R. RyanTM 2023-03-19 05:38:02 -07:00 committed by GitHub
parent 1710f7bc80
commit 5e487cd3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "goreman"; pname = "goreman";
version = "0.3.13"; version = "0.3.14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mattn"; owner = "mattn";
repo = "goreman"; repo = "goreman";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-BQMRkXHac2Is3VvqrBFA+/NrR3sw/gA1k3fPi3EzONQ="; sha256 = "sha256-FskP0/mqmPTkI0Pj22aweOcr9SqlcFfFaZYgot2wY90=";
}; };
vendorSha256 = "sha256-BWfhvJ6kPz3X3TpHNvRIBgfUAQJB2f/lngRvHq91uyw="; vendorHash = "sha256-Qbi2GfBrVLFbH9SMZOd1JqvD/afkrVOjU4ECkFK+dFA=";
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];