version bump to headscale alpha 11

This commit is contained in:
Nickiel12 2024-05-18 09:27:19 -07:00
parent cec353aed4
commit 4c5c85003f
2 changed files with 6 additions and 6 deletions

View file

@ -267,17 +267,17 @@
]
},
"locked": {
"lastModified": 1707988981,
"narHash": "sha256-8qsm0OGAwKtGwMm3g4jUxhOLH9v9YS7iTi+JoMtvMc0=",
"lastModified": 1714649959,
"narHash": "sha256-gd/AJAdOCLyZRPymORMz3EGwL6rt9C9bxFRVSpriR3Y=",
"owner": "juanfont",
"repo": "headscale",
"rev": "c42f25bd72e8b8d740af6c7cc4410507fc686b7e",
"rev": "a9c568c801a514855396c7dcec031b3598457f20",
"type": "github"
},
"original": {
"owner": "juanfont",
"repo": "headscale",
"rev": "c42f25bd72e8b8d740af6c7cc4410507fc686b7e",
"rev": "a9c568c801a514855396c7dcec031b3598457f20",
"type": "github"
}
},

View file

@ -19,8 +19,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
headscale = {
url = "github:juanfont/headscale/c42f25bd72e8b8d740af6c7cc4410507fc686b7e";
# url = "github:juanfont/headscale/bd047928f73687c5d75b804b996951c6fd37b2e6"; # Real repo
# url = "github:juanfont/headscale/c42f25bd72e8b8d740af6c7cc4410507fc686b7e";
url = "github:juanfont/headscale/a9c568c801a514855396c7dcec031b3598457f20";
inputs."flake-utils".follows = "utils";
inputs.nixpkgs.follows = "nixpkgs";
};