Skip to content

Commit

Permalink
caddy: 2.0.0 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sephii committed Sep 8, 2020
1 parent b8bfe94 commit 94ed860
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/servers/caddy/default.nix
Expand Up @@ -2,20 +2,18 @@

buildGoModule rec {
pname = "caddy";
version = "2.0.0";
version = "2.1.1";

subPackages = [ "cmd/caddy" ];

src = fetchFromGitHub {
owner = "caddyserver";
repo = pname;
rev = "v${version}";
sha256 = "1c1frfx0qkprhf4var70cncvrw8s9gjag2hygndbd9055hb52bvv";
sha256 = "0c682zrivkawsxlps5hlx8js5zp4ddahg0zi5cr0861gnllbdll0";
};

vendorSha256 = "09vnci9pp8zp7bvn8zj68wslz2nc54nhcd0ll31sqfjbp00215mj";

modSha256 = "19sxyvfq1bpg85w8cd1yk2s6rd8759cf2zqs5b6wyny4cak2bl83";
vendorSha256 = "0jzx00c2b8y7zwl73r2fh1826spcd15y39nfzr53s5lay3fvkybc";

meta = with stdenv.lib; {
homepage = "https://caddyserver.com";
Expand Down

0 comments on commit 94ed860

Please sign in to comment.