caddy2: 2.0.0 -> 2.1.1

This commit is contained in:
Mario Rodas 2020-07-29 04:20:00 -05:00
parent 24b1d2455f
commit 966d74e870
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "caddy";
version = "2.0.0";
version = "2.1.1";
subPackages = [ "cmd/caddy" ];
@ -10,9 +10,10 @@ buildGoModule rec {
owner = "caddyserver";
repo = pname;
rev = "v${version}";
sha256 = "1c1frfx0qkprhf4var70cncvrw8s9gjag2hygndbd9055hb52bvv";
sha256 = "0c682zrivkawsxlps5hlx8js5zp4ddahg0zi5cr0861gnllbdll0";
};
vendorSha256 = "004hpjxpp18f71vy5v5ky0g07a8d5xh5qwl5b4bbx34hpf8yxs81";
vendorSha256 = "0jzx00c2b8y7zwl73r2fh1826spcd15y39nfzr53s5lay3fvkybc";
meta = with stdenv.lib; {
homepage = "https://caddyserver.com";