1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

go-camo: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2023-02-19 06:09:42 +00:00
parent 479fc5215f
commit 17ce1cc30c

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-camo";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "cactus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3gjn8UAfj7jT/gncgXShrfI75DPwiNU4hHMVJlYDIPA=";
sha256 = "sha256-TW32pzYcSMdtcO3MGxgANCLMLvq7S/Tq3KSimv90PU0=";
};
vendorSha256 = "sha256-31B6LXCutIdPwxqMFTMUfxAaCuYW14py8Vu1EycBydE=";
vendorHash = "sha256-AcSClJwDsM+tUbDE7sQ8LLkxCPTtLEGXsQePqQ6CwMA=";
ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ];