summaryrefslogtreecommitdiffhomepage
path: root/shell.nix
AgeCommit message (Collapse)AuthorFilesLines
2025-08-29go.mod: bump github.com/ulikunitz/xz for security warningBrad Fitzpatrick1-1/+1
Doesn't look to affect us, but pacifies security scanners. See https://github.com/ulikunitz/xz/commit/88ddf1d0d98d688db65de034f48960b2760d2ae2 It's for decoding. We only use this package for encoding (via github.com/google/rpmpack / github.com/goreleaser/nfpm/v2). Updates #8043 Change-Id: I87631aa5048f9514bb83baf1424f6abb34329c46 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2025-08-25client/systray: go back to using upstream library (#16938)Claus Lensbøl1-1/+1
We had a fix in a local branch, but upstream has merged it now. Updates #1708 Signed-off-by: Claus Lensbøl <claus@tailscale.com>
2025-08-19.github/Makefile/flake: update nix flake support (#16636)Mike O'Driscoll1-1/+1
Cleanup nix support, make flake easier to read with nix-systems. This also harmonizes with golinks flake setup and reduces an input dependency by 1. Update deps test to ensure the vendor hash stays harmonized with go.mod. Update make tidy to ensure vendor hash stays current. Overlay the current version of golang, tailscale runs recent releases faster than nixpkgs can update them into the unstable branch. Updates #16637 Signed-off-by: Mike O'Driscoll <mikeo@tailscale.com>
2025-07-23flake.lock/go.mod.sri: update flake version info (#16631)Mike O'Driscoll1-1/+1
Update nixpkgs-unstable to include newer golang to satisfy go.mod requirement of 1.24.4 Update vendor hash to current. Updates #15015 Signed-off-by: Mike O'Driscoll <mikeo@tailscale.com>
2025-04-08nix: update nix and use go 1.24 (#15578)Chatnoir Miki1-1/+1
Updates #15015 Signed-off-by: Chatnoir Miki <cmiki@amono.me>
2024-09-05go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-08-23go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-08-22go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-08-22go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-08-14go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-08-13go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-08-12go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-08-03go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-07-29go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-07-21go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-07-08go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-07-01go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-06-26go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-06-18go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-04-13go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-04-06go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-03-26go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-03-09go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-02-29go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-02-13go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-02-09tailfs: initial implementationPercy Wegmann1-1/+1
Add a WebDAV-based folder sharing mechanism that is exposed to local clients at 100.100.100.100:8080 and to remote peers via a new peerapi endpoint at /v0/tailfs. Add the ability to manage folder sharing via the new 'share' CLI sub-command. Updates tailscale/corp#16827 Signed-off-by: Percy Wegmann <percy@tailscale.com>
2024-02-07go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-01-19go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-01-19go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-01-17go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-01-10go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2024-01-02go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-12-15go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-12-13go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-12-12go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-12-12go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-12-12go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-12-08go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-12-01go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-11-23go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-11-17go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-11-17go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-11-16go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-11-14go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-11-03go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-10-31go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-10-27go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-10-24go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-10-16go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>
2023-10-10go.mod.sri: update SRI hash for go.mod changesFlakes Updater1-1/+1
Signed-off-by: Flakes Updater <noreply+flakes-updater@tailscale.com>