Skip to content

Commit

Permalink
feat(athebyne/caddy): fix caddy hash
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn committed Jan 12, 2025
1 parent 538cd40 commit 0b7345d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/athebyne/services/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ in
enable = true;
package = pkgs.pkgsUnstable.caddy.withPlugins {
plugins = [ "github.com/caddy-dns/cloudflare@v0.0.0-20240703190432-89f16b99c18e" ];
hash = "sha256-WGV/Ve7hbVry5ugSmTYWDihoC9i+D3Ct15UKgdpYc9U=";
hash = "sha256-JoujVXRXjKUam1Ej3/zKVvF0nX97dUizmISjy3M3Kr8=";
};

email = "yseong.p@gmail.com";
Expand Down

0 comments on commit 0b7345d

Please sign in to comment.