File tree 2 files changed +3
-206
lines changed
2 files changed +3
-206
lines changed Original file line number Diff line number Diff line change 2
2
3
3
buildGoPackage rec {
4
4
name = "caddy-${ version } " ;
5
- version = "0.10.3 " ;
5
+ version = "0.10.4 " ;
6
6
7
7
goPackagePath = "github.com/mholt/caddy" ;
8
8
@@ -12,20 +12,18 @@ buildGoPackage rec {
12
12
owner = "mholt" ;
13
13
repo = "caddy" ;
14
14
rev = "v${ version } " ;
15
- sha256 = "0srz1cji1z6ag591vfwjd0aypi32hr7hh9ypps8p5szf075rkr8p " ;
15
+ sha256 = "0zch19a38487dflx84dlkwz67by9g4v2v8d7wrslqhs14a0sifhk " ;
16
16
} ;
17
17
18
18
buildFlagsArray = ''
19
19
-ldflags=
20
20
-X github.com/mholt/caddy/caddy/caddymain.gitTag=v${ version }
21
21
'' ;
22
22
23
- goDeps = ./deps.nix ;
24
-
25
23
meta = with stdenv . lib ; {
26
24
homepage = https://caddyserver.com ;
27
25
description = "Fast, cross-platform HTTP/2 web server with automatic HTTPS" ;
28
26
license = licenses . asl20 ;
29
- maintainers = with maintainers ; [ rushmorem fpletz ] ;
27
+ maintainers = with maintainers ; [ rushmorem fpletz zimbatm ] ;
30
28
} ;
31
29
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments