mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Fix caddy-tailscale hash
This commit is contained in:
parent
b7ffc24c0a
commit
8e155e9cee
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ let
|
||||||
|
|
||||||
caddy-tailscale = pkgs-unstable.caddy.withPlugins {
|
caddy-tailscale = pkgs-unstable.caddy.withPlugins {
|
||||||
plugins = [ "github.com/tailscale/caddy-tailscale@v0.0.0-20250207163903-69a970c84556" ];
|
plugins = [ "github.com/tailscale/caddy-tailscale@v0.0.0-20250207163903-69a970c84556" ];
|
||||||
hash = "sha256-UR9CG/zIslkXHDj1fDWmhx8hJZ8VLvZzOTGvGqqx1Ls=";
|
hash = "sha256-RPSH8TEQsn8/+XlAGWgG6QEQ6AlRC9H9u7pYH6dtteY=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue