flake.nix, go.mod: bump tailscale.com to v1.97.0-pre
Pulls in the cmd/nardump library split (tailscale/tailscale#19551) so flakehashes.json tooling can import nardump.SRI directly. Side effects: Go directive bumps to 1.26.2 and the nixpkgs lock advances to a revision shipping go 1.26.2.
This commit is contained in:
parent
4e0c2b8556
commit
980622e9a5
5 changed files with 38 additions and 36 deletions
|
|
@ -27,7 +27,7 @@
|
|||
let
|
||||
pkgs = nixpkgs.legacyPackages.${prev.stdenv.hostPlatform.system};
|
||||
buildGo = pkgs.buildGo126Module;
|
||||
vendorHash = "sha256-8vTEkPEMbJ6DSOjcoQrYRyKSYI8jjcllTmJ6RXmUV9w=";
|
||||
vendorHash = "sha256-Jquzx8xIkV28S8DnZVH8apQ4q+Q92e5yVX13fxodw8Y=";
|
||||
in
|
||||
{
|
||||
headscale = buildGo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue