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:
Kristoffer Dalby 2026-04-29 08:06:18 +00:00
parent 4e0c2b8556
commit 980622e9a5
5 changed files with 38 additions and 36 deletions

View file

@ -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 {