caddy: 2.9.1 -> 2.10.0

This commit is contained in:
Yifei Sun 2025-04-18 17:03:23 -04:00
parent 5647936f9f
commit 13bc649444
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,7 @@
services.caddy = {
package = pkgs.caddy.withPlugins {
plugins = [ "github.com/caddyserver/replace-response@v0.0.0-20241211194404-3865845790a7" ];
hash = "sha256-WPmJPnyOrAnuJxvn3ywswqvLGV8SZzzn3gU1Tbtpao4=";
hash = "sha256-BJ+//h/bkj6y2Zhxas8oJyrryiTDR2Qpz7+VloqrbwQ=";
};
configFile = pkgs.writeText "Caddyfile" ''
{

View file

@ -10,12 +10,12 @@
stdenv,
}:
let
version = "2.9.1";
version = "2.10.0";
dist = fetchFromGitHub {
owner = "caddyserver";
repo = "dist";
tag = "v${version}";
hash = "sha256-28ahonJ0qeynoqf02gws0LstaL4E08dywSJ8s3tgEDI=";
hash = "sha256-us1TnszA/10OMVSDsNvzRb6mcM4eMR3pQ5EF4ggA958=";
};
in
buildGoModule {
@ -26,10 +26,10 @@ buildGoModule {
owner = "caddyserver";
repo = "caddy";
tag = "v${version}";
hash = "sha256-XW1cBW7mk/aO/3IPQK29s4a6ArSKjo7/64koJuzp07I=";
hash = "sha256-hzDd2BNTZzjwqhc/STbSAHnNlP7g1cFuMehqU1LumQE=";
};
vendorHash = "sha256-qrlpuqTnFn/9oMTMovswpS1eAI7P9gvesoMpsIWKcY8=";
vendorHash = "sha256-9Iu4qmBVkGeSAywLgQuDR7y+TwCBqwhVxhfaXhCDnUc=";
subPackages = [ "cmd/caddy" ];