Skip to content

Commit 466e7e2

Browse files
committedJul 9, 2017
caddy: 0.10.3 -> 0.10.4
The dependencies are now fully vendored
1 parent 4aad6d8 commit 466e7e2

File tree

2 files changed

+3
-206
lines changed

2 files changed

+3
-206
lines changed
 

‎pkgs/servers/caddy/default.nix

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildGoPackage rec {
44
name = "caddy-${version}";
5-
version = "0.10.3";
5+
version = "0.10.4";
66

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

@@ -12,20 +12,18 @@ buildGoPackage rec {
1212
owner = "mholt";
1313
repo = "caddy";
1414
rev = "v${version}";
15-
sha256 = "0srz1cji1z6ag591vfwjd0aypi32hr7hh9ypps8p5szf075rkr8p";
15+
sha256 = "0zch19a38487dflx84dlkwz67by9g4v2v8d7wrslqhs14a0sifhk";
1616
};
1717

1818
buildFlagsArray = ''
1919
-ldflags=
2020
-X github.com/mholt/caddy/caddy/caddymain.gitTag=v${version}
2121
'';
2222

23-
goDeps = ./deps.nix;
24-
2523
meta = with stdenv.lib; {
2624
homepage = https://caddyserver.com;
2725
description = "Fast, cross-platform HTTP/2 web server with automatic HTTPS";
2826
license = licenses.asl20;
29-
maintainers = with maintainers; [ rushmorem fpletz ];
27+
maintainers = with maintainers; [ rushmorem fpletz zimbatm ];
3028
};
3129
}

‎pkgs/servers/caddy/deps.nix

-201
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.