goreman: 0.3.15 -> 0.3.16

This commit is contained in:
R. Ryantm 2024-11-26 14:13:40 +00:00
parent f746a84075
commit c638d5c0c2

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "goreman";
version = "0.3.15";
version = "0.3.16";
src = fetchFromGitHub {
owner = "mattn";
repo = "goreman";
rev = "v${version}";
hash = "sha256-Z6b245tC6UsTaHTTlKEFH0egb5z8HTmv/554nkileng=";
hash = "sha256-hOFnLxHsrauOrsbJYKNrwFFT5yYX/rdZUVjscBIGDLo=";
};
vendorHash = "sha256-Qbi2GfBrVLFbH9SMZOd1JqvD/afkrVOjU4ECkFK+dFA=";
vendorHash = "sha256-Udm0xdrW8Aky26oxUhdbpsNTWziZxkM0G1ZRKLwyl1Q=";
ldflags = [ "-s" "-w" ];