File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 8
8
, stdenv
9
9
} :
10
10
let
11
- version = "2.7.6 " ;
11
+ version = "2.8.4 " ;
12
12
dist = fetchFromGitHub {
13
13
owner = "caddyserver" ;
14
14
repo = "dist" ;
15
15
rev = "v${ version } " ;
16
- hash = "sha256-aZ7hdAZJH1PvrX9GQLzLquzzZG3LZSKOvt7sWQhTiR8 =" ;
16
+ hash = "sha256-O4s7PhSUTXoNEIi+zYASx8AgClMC5rs7se863G6w+l0 =" ;
17
17
} ;
18
18
in
19
19
buildGoModule {
@@ -24,10 +24,10 @@ buildGoModule {
24
24
owner = "caddyserver" ;
25
25
repo = "caddy" ;
26
26
rev = "v${ version } " ;
27
- hash = "sha256-th0R3Q1nGT0q5PGOygtD1/CpJmrT5TYagrwQR4t/Fvg =" ;
27
+ hash = "sha256-CBfyqtWp3gYsYwaIxbfXO3AYaBiM7LutLC7uZgYXfkQ =" ;
28
28
} ;
29
29
30
- vendorHash = "sha256-ebnSehuhbCY58ctM8IRVMfNxxbJBp6ht9cbuLdGFNek =" ;
30
+ vendorHash = "sha256-1Api8bBZJ1/oYk4ZGIiwWCSraLzK9L+hsKXkFtk6iVM =" ;
31
31
32
32
subPackages = [ "cmd/caddy" ] ;
33
33
@@ -36,6 +36,9 @@ buildGoModule {
36
36
"-X github.com/caddyserver/caddy/v2.CustomVersion=${ version } "
37
37
] ;
38
38
39
+ # matches upstream since v2.8.0
40
+ tags = [ "nobadger" ] ;
41
+
39
42
nativeBuildInputs = [ installShellFiles ] ;
40
43
41
44
postInstall = ''
You can’t perform that action at this time.
0 commit comments