From d394f15e066009db96eb8d548b4693dffa272561 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 22 Jan 2024 19:36:15 -0800 Subject: [PATCH] updated headscale to v0.23 prerelease3 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 8f08373..0855173 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index 329ad80..873e8f4 100644 --- a/flake.nix +++ b/flake.nix @@ -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";