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

go-camo: 2.4.4 -> 2.4.5
This commit is contained in:
Weijia Wang 2023-11-04 00:57:15 +01:00 committed by GitHub
commit d9ed020975
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-camo";
version = "2.4.4";
version = "2.4.5";
src = fetchFromGitHub {
owner = "cactus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-27kAVuFJaGKt7q9E2tchAD6kSukO4xkhU+1JTPfT3Qk=";
sha256 = "sha256-qELWl8kWQzgwQ8Mwp7MAxlYhHV6Us3kTuMjKVwJjZFs=";
};
vendorHash = "sha256-LVQnQ8Tpkzpc6aUsUgwz2xTttccHynJPsQKvWGiRAIU=";
vendorHash = "sha256-PF7WqA3hdV+eFu++eoCo1m2m4o92vUtArH0uS+rjxGU=";
ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ];