summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-03-24 14:48:09 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-03-27 13:36:50 +0000
commitb4cce80b73b0529fc45e7b81afe0d0dcad4f6f4e (patch)
tree860854cf5be6cd5f096bc4cf1d374c666d05d366
parentMerge pull request #223239 from NixOS/backport-223135-to-release-22.11 (diff)
downloadnixpkgs-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.nix4
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=";