diff options
| author | Pol Dellaiera <pol.dellaiera@protonmail.com> | 2023-03-24 14:48:09 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-03-27 13:36:50 +0000 |
| commit | b4cce80b73b0529fc45e7b81afe0d0dcad4f6f4e (patch) | |
| tree | 860854cf5be6cd5f096bc4cf1d374c666d05d366 | |
| parent | Merge pull request #223239 from NixOS/backport-223135-to-release-22.11 (diff) | |
| download | nixpkgs-origin/backport-222898-to-release-22.11.tar.gz | |
tailscale: 1.38.1 -> 1.38.2origin/backport-222898-to-release-22.11
(cherry picked from commit 76ca62d658eb749e4851e45d74c985febcb10bf4)
| -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 60815d8fab9b..998115f894c3 100644 --- a/pkgs/servers/tailscale/default.nix +++ b/pkgs/servers/tailscale/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "tailscale"; - version = "1.38.1"; + version = "1.38.2"; src = fetchFromGitHub { owner = "tailscale"; repo = "tailscale"; rev = "v${version}"; - hash = "sha256-2VTYZhC/U32fzEJCxkCB35IqQBALKXQA23SvhY57lSU="; + hash = "sha256-5WNP1wVaKKTauny/dANODMCiQmyzOcWRd83RUInoCuk="; }; vendorHash = "sha256-LIvaxSo+4LuHUk8DIZ27IaRQwaDnjW6Jwm5AEc/V95A="; |
