mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #35578 from ryantm/auto-update/caddy-0.10.10-to-0.10.11
caddy: 0.10.10 -> 0.10.11
This commit is contained in:
commit
20171a7ae6
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "caddy-${version}";
|
||||
version = "0.10.10";
|
||||
version = "0.10.11";
|
||||
|
||||
goPackagePath = "github.com/mholt/caddy";
|
||||
|
||||
|
@ -12,7 +12,7 @@ buildGoPackage rec {
|
|||
owner = "mholt";
|
||||
repo = "caddy";
|
||||
rev = "v${version}";
|
||||
sha256 = "1x7f1yz5vnsy9n50ak0vjrm4w8fqc1qvhv8fmqnsc8cgbp7f3p8w";
|
||||
sha256 = "04ls0s79dsyxnrpra55qvl0dk9nyvps59l034326r3bzk4jhb3q6";
|
||||
};
|
||||
|
||||
buildFlagsArray = ''
|
||||
|
|
Loading…
Reference in a new issue