caddy: fix plugin hash???
Some checks failed
Build and Deploy / mreow (push) Successful in 53s
Build and Deploy / yarn (push) Successful in 55s
Build and Deploy / muffin (push) Failing after 22m41s

This commit is contained in:
2026-05-06 10:32:58 -04:00
parent b90c0b614c
commit b21f9799a5

View File

@@ -60,7 +60,7 @@ in
# Build with Njalla DNS provider for DNS-01 ACME challenges (wildcard certs) # Build with Njalla DNS provider for DNS-01 ACME challenges (wildcard certs)
package = pkgs.caddy.withPlugins { package = pkgs.caddy.withPlugins {
plugins = [ "github.com/caddy-dns/njalla@v0.0.0-20250823094507-f709141f1fe6" ]; plugins = [ "github.com/caddy-dns/njalla@v0.0.0-20250823094507-f709141f1fe6" ];
hash = "sha256-rrOAR6noTDpV/I/hZXxhz0OXVJKu0mFQRq87RUrpmzw="; hash = "sha256-Q7FZP8yumc2koGU5BfhlMZVwHLFbaU/b07hh60sCpvI=";
}; };
globalConfig = '' globalConfig = ''