diff options
| author | Philip Taron <philip.taron@gmail.com> | 2024-10-18 13:03:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-18 13:03:09 -0700 |
| commit | 8fb49921b5484ede7564033a52a0a019600a654d (patch) | |
| tree | 8dae50e3747ab98db1fcdb279fc39a9eb64cd392 | |
| parent | [Backport release-24.05] nixos/resilio: add package option (#348854) (diff) | |
| parent | tailscale: 1.76.0 -> 1.76.1 (diff) | |
| download | nixpkgs-8fb49921b5484ede7564033a52a0a019600a654d.tar.gz | |
[Backport release-24.05] tailscale: 1.76.0 -> 1.76.1 (#349621)
| -rw-r--r-- | pkgs/servers/tailscale/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/tailscale/default.nix b/pkgs/servers/tailscale/default.nix index af9bd5cb3fdb..1c3a41d877d4 100644 --- a/pkgs/servers/tailscale/default.nix +++ b/pkgs/servers/tailscale/default.nix @@ -14,7 +14,7 @@ }: let - version = "1.76.0"; + version = "1.76.1"; in buildGoModule { pname = "tailscale"; @@ -24,7 +24,7 @@ buildGoModule { owner = "tailscale"; repo = "tailscale"; rev = "v${version}"; - hash = "sha256-fCUrZ+rrNJ9+XYjCtgaTUWmWczBbavtPe1pFM3L913w="; + hash = "sha256-tuD7GlBZdXPORZkBISp9QDj592a1OX3T+EVysuG+xWw="; }; patches = [ |
