Skip to content

Commit

Permalink
caddy: 0.10.11 -> 0.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 28, 2018
1 parent deecb4c commit a8375e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/caddy/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "caddy-${version}";
version = "0.10.11";
version = "0.10.12";

goPackagePath = "github.com/mholt/caddy";

Expand All @@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "mholt";
repo = "caddy";
rev = "v${version}";
sha256 = "04ls0s79dsyxnrpra55qvl0dk9nyvps59l034326r3bzk4jhb3q6";
sha256 = "0vmgswln72qqay73z39qn135sl5k71zlybr2jdrcjlmp4i7hrf88";
};

buildFlagsArray = ''
Expand Down

0 comments on commit a8375e4

Please sign in to comment.