bump caddy plugins

This commit is contained in:
Henry Hiles 2026-06-30 16:34:01 -04:00
commit 1bcd3faec4
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
3 changed files with 8 additions and 8 deletions

8
flake.lock generated
View file

@ -2923,16 +2923,16 @@
"treefmt-nix": "treefmt-nix_3" "treefmt-nix": "treefmt-nix_3"
}, },
"locked": { "locked": {
"lastModified": 1781456508, "lastModified": 1781735617,
"narHash": "sha256-puZPqdBsbCDF/t2C6Emx/LF+zfc2zLfEncQ6UZGNL30=", "narHash": "sha256-yi70WBH0lDw1h4Oy6NNfi71kp32be3rtZDt3/C2e524=",
"owner": "sableclient", "owner": "sableclient",
"repo": "sable", "repo": "sable",
"rev": "aa88750db70b3397580d4c97ae830bb4207d64eb", "rev": "3d719bdbf2cbcd6c9d90d7f99af8d8029e29801e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sableclient", "owner": "sableclient",
"ref": "v1.18.1", "ref": "v1.18.3",
"repo": "sable", "repo": "sable",
"type": "github" "type": "github"
} }

View file

@ -19,7 +19,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
sable = { sable = {
url = "github:sableclient/sable/v1.18.1"; url = "github:sableclient/sable/v1.18.3";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
redlib = { redlib = {

View file

@ -51,10 +51,10 @@
environmentFile = config.age.secrets."base64JwtSecret.age".path; environmentFile = config.age.secrets."base64JwtSecret.age".path;
package = pkgs.caddy.withPlugins { package = pkgs.caddy.withPlugins {
plugins = [ plugins = [
"github.com/ggicci/caddy-jwt@v1.1.0" "github.com/ggicci/caddy-jwt@v1.3.0"
"pkg.jsn.cam/caddy-defender@v0.9.0" "pkg.jsn.cam/caddy-defender@v0.10.1"
]; ];
hash = "sha256-1aC2zgkEgvnqxJweIkB7QhnJGu/74u2M74l47mvtSjg="; hash = "sha256-010pAQ3+m3CGIV1shkQCRw0dWxYk8MRfR96PrJMjwig=";
}; };
globalConfig = '' globalConfig = ''