Merge pull request #217094 from r-ryantm/auto-update/go-camo

go-camo: 2.4.1 -> 2.4.2
This commit is contained in:
Weijia Wang 2023-02-20 00:30:51 +02:00 committed by GitHub
commit e446e05077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "go-camo"; pname = "go-camo";
version = "2.4.1"; version = "2.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cactus"; owner = "cactus";
repo = pname; repo = pname;
rev = "v${version}"; 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}" ]; ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ];