Skip to content

Commit 21a14a0

Browse files
committed
nixosTests.caddy: Fix with-plugins hash
1 parent ff07c07 commit 21a14a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/tests/caddy.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import ./make-test-python.nix (
7070
services.caddy = {
7171
package = pkgs.caddy.withPlugins {
7272
plugins = [ "github.com/caddyserver/[email protected]" ];
73-
hash = "sha256-zgMdtOJbmtRSfTlrrg8njr11in2C7OAXLB+34V23jek=";
73+
hash = "sha256-BorJJWICgAWU7DrpDZJWifMnIYtGWldt/4S1VELwGJI=";
7474
};
7575
configFile = pkgs.writeText "Caddyfile" ''
7676
{

0 commit comments

Comments
 (0)