Skip to content

Commit

Permalink
nixosTests.caddy: Fix with-plugins hash
Browse files Browse the repository at this point in the history
  • Loading branch information
lluchs committed Jan 7, 2025
1 parent 90bfa59 commit 1ee7548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import ./make-test-python.nix (
services.caddy = {
package = pkgs.caddy.withPlugins {
plugins = [ "github.com/caddyserver/[email protected]" ];
hash = "sha256-zgMdtOJbmtRSfTlrrg8njr11in2C7OAXLB+34V23jek=";
hash = "sha256-BorJJWICgAWU7DrpDZJWifMnIYtGWldt/4S1VELwGJI=";
};
configFile = pkgs.writeText "Caddyfile" ''
{
Expand Down

0 comments on commit 1ee7548

Please sign in to comment.