summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2021-12-16 10:07:42 +0100
committerThomas Gerbet <thomas@gerbet.me>2021-12-16 10:07:42 +0100
commit73f84c6a7e36b1dc2492f4e5bc966f1b222efdf2 (patch)
treef4576f42e506cc7ae375c9485dab1251cc0201c9 /pkgs/servers
parent11f5352bbecc1b6e1fddf004857c90da2ea5082b (diff)
downloadnixpkgs-73f84c6a7e36b1dc2492f4e5bc966f1b222efdf2.tar
nixpkgs-73f84c6a7e36b1dc2492f4e5bc966f1b222efdf2.tar.gz
nixpkgs-73f84c6a7e36b1dc2492f4e5bc966f1b222efdf2.tar.bz2
nixpkgs-73f84c6a7e36b1dc2492f4e5bc966f1b222efdf2.tar.lz
nixpkgs-73f84c6a7e36b1dc2492f4e5bc966f1b222efdf2.tar.xz
nixpkgs-73f84c6a7e36b1dc2492f4e5bc966f1b222efdf2.tar.zst
nixpkgs-73f84c6a7e36b1dc2492f4e5bc966f1b222efdf2.zip
tailscale: 1.18.1 -> 1.18.2
https://github.com/tailscale/tailscale/releases/tag/v1.18.2
Diffstat (limited to 'pkgs/servers')
-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 2a0165a9fe6..77361f3c35e 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "tailscale";
-  version = "1.18.1";
+  version = "1.18.2";
 
   src = fetchFromGitHub {
     owner = "tailscale";
     repo = "tailscale";
     rev = "v${version}";
-    sha256 = "sha256-DmgCuv10TiB4UYISthJ1UghuPdvRKYl0cU9VxDvFjMc=";
+    sha256 = "sha256-8leFG2gYXw+orN/2NfjTvgRqSZSdso7OHIgECEJrO9k=";
   };
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];