updated headscale to v0.23 prerelease3

This commit is contained in:
Nickiel12 2024-01-22 19:36:15 -08:00
parent 8ea034b843
commit d394f15e06
2 changed files with 5 additions and 5 deletions

View file

@ -198,17 +198,17 @@
]
},
"locked": {
"lastModified": 1702219574,
"narHash": "sha256-sz+uQyyq/5YYDe5I44x5x2nvd48swAhNlInB8KZYvDo=",
"lastModified": 1705595425,
"narHash": "sha256-oNlCsosFl+ZsStSrEXk5SmirJCjc3H+Jr7Ro0C8EQ5U=",
"owner": "juanfont",
"repo": "headscale",
"rev": "6049ec758ca46b5c6ee7abba4f3d472fb1e2ffa6",
"rev": "1e22f17f36f8c13185dff269e6a00424b49b9568",
"type": "github"
},
"original": {
"owner": "juanfont",
"repo": "headscale",
"rev": "6049ec758ca46b5c6ee7abba4f3d472fb1e2ffa6",
"rev": "1e22f17f36f8c13185dff269e6a00424b49b9568",
"type": "github"
}
},

View file

@ -20,7 +20,7 @@
};
headscale = {
# url = "github:kradalby/headscale/bbb4c357268998fd02780b7f8f2013f76e3ab80a";
url = "github:juanfont/headscale/6049ec758ca46b5c6ee7abba4f3d472fb1e2ffa6";
url = "github:juanfont/headscale/1e22f17f36f8c13185dff269e6a00424b49b9568";
# url = "github:juanfont/headscale"; # Real repo
inputs."flake-utils".follows = "utils";
inputs.nixpkgs.follows = "nixpkgs";