Merge pull request #275642 from SuperSandro2000/go-camo

go-camo: 2.4.5 -> 2.4.8
This commit is contained in:
Nick Cao 2023-12-23 21:11:30 -05:00 committed by GitHub
commit 6586ea5fb6
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.5"; version = "2.4.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cactus"; owner = "cactus";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-qELWl8kWQzgwQ8Mwp7MAxlYhHV6Us3kTuMjKVwJjZFs="; sha256 = "sha256-Y2Zhr8MhIN13AYMq0t9QASfd2Mgp4tiFmrpc6VTIUq0=";
}; };
vendorHash = "sha256-PF7WqA3hdV+eFu++eoCo1m2m4o92vUtArH0uS+rjxGU="; vendorHash = "sha256-O3JatOmQrNZRxKa9dTYQpVoPUIuFIbnEXpak3PXJquA=";
ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ]; ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ];