fix: update caddy plugins hash

This commit is contained in:
Jet Pham 2026-03-09 21:40:01 -07:00
parent f4b4dda7e9
commit 82f44fc0a8
No known key found for this signature in database

View file

@ -5,7 +5,7 @@
enable = true; enable = true;
package = pkgs.caddy.withPlugins { package = pkgs.caddy.withPlugins {
plugins = [ "github.com/mholt/caddy-ratelimit@v0.1.0" ]; plugins = [ "github.com/mholt/caddy-ratelimit@v0.1.0" ];
hash = "sha256-MBYvVqWB9GK3LSWigeb4NOgclGA2qZTSUyBJMdB635M="; hash = "sha256-kuqkLAMxBJvjNbgVCjrJDLFKUqMPPzguFupgXBFQYCA=";
}; };
email = "postmaster@extremist.software"; email = "postmaster@extremist.software";
globalConfig = '' globalConfig = ''