@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix caddy-cloudflare hash

+1 -1
+1 -1
flake.nix
··· 83 83 # Caddy with Cloudflare DNS plugin for ACME DNS challenges 84 84 caddy-cloudflare = prev.caddy.withPlugins { 85 85 plugins = [ "github.com/caddy-dns/cloudflare@v0.2.2" ]; 86 - hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; 86 + hash = "sha256-dnhEjopeA0UiI+XVYHYpsjcEI6Y1Hacbi28hVKYQURg="; 87 87 }; 88 88 }) 89 89 ];