mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Fix caddy-tailscale hash (again)
I need to find a permanent solution to this
This commit is contained in:
parent
f58ae84c6e
commit
6f37cc0cd9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ let
|
|||
|
||||
caddy-tailscale = pkgs-unstable.caddy.withPlugins {
|
||||
plugins = [ "github.com/tailscale/caddy-tailscale@v0.0.0-20250207163903-69a970c84556" ];
|
||||
hash = "sha256-USKNTAvxmuxzhqA8e8XERr1U8513ONG54Md5vcDUERg=";
|
||||
hash = "sha256-wt3+xCsT83RpPySbL7dKVwgqjKw06qzrP2Em+SxEPto=";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue