go-camo 2.4.5 -> 2.4.8 https://repology.org/project/go:camo/versions attrpath: go-camo Checking auto update branch... No auto update branch exists Old version 2.4.5" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "go-camo"; version = "2.4.8"; src = fetchFromGitHub { owner = "cactus"; repo = pname; rev = "v${version}"; sha256 = "sha256-Y2Zhr8MhIN13AYMq0t9QASfd2Mgp4tiFmrpc6VTIUq0="; }; vendorHash = "sha256-O3JatOmQrNZRxKa9dTYQpVoPUIuFIbnEXpak3PXJquA="; ldflags = [ "-s" "-w" "-X=main.ServerVersion=${version}" ]; preCheck = '' # requires network access rm pkg/camo/proxy_{,filter_}test.go ''; meta = with lib; { description = "A camo server is a special type of image proxy that proxies non-secure images over SSL/TLS"; homepage = "https://github.com/cactus/go-camo"; changelog = "https://github.com/cactus/go-camo/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ viraptor ]; }; }