caddy: 2.10.1 -> 2.10.2

This commit is contained in:
Yifei Sun
2025-08-23 13:28:29 +02:00
parent 5500e4adb9
commit a113e802ce
2 changed files with 3 additions and 3 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-Da1XSih/yRehXZhvrv3wGp1OEouE7W8WQrdohz9rehQ=";
hash = "sha256-RrB0/qXL0mCvkxKaz8zhj5GWKEtOqItXP2ASYz7VdMU=";
};
configFile = pkgs.writeText "Caddyfile" ''
{

View File

@@ -10,7 +10,7 @@
stdenv,
}:
let
version = "2.10.1";
version = "2.10.2";
dist = fetchFromGitHub {
owner = "caddyserver";
repo = "dist";
@@ -26,7 +26,7 @@ buildGo125Module {
owner = "caddyserver";
repo = "caddy";
tag = "v${version}";
hash = "sha256-6E4l84UKLz3OxAj5M5CGj1elp9A7jyaoin5Gi/O0y0A=";
hash = "sha256-KvikafRYPFZ0xCXqDdji1rxlkThEDEOHycK8GP5e8vk=";
};
vendorHash = "sha256-wjcmWKVmLBAybILUi8tKEDnFbhtybf042ODH7jEq6r8=";