about summary refs log tree commit diff
path: root/pkgs/servers/tailscale
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-28 04:15:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-28 04:15:55 +0000
commit8804d87bd35f52f81d964061457f14a39ee861c5 (patch)
tree228bd214857c5506b9118f267090b4c098da56c7 /pkgs/servers/tailscale
parentd01b2cc71bf6e220e164bf57d757624b01429ba0 (diff)
tailscale: 1.20.2 -> 1.20.3
Diffstat (limited to 'pkgs/servers/tailscale')
-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 ee768981f9bcb..e3852931d18f9 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "tailscale";
-  version = "1.20.2";
+  version = "1.20.3";
 
   src = fetchFromGitHub {
     owner = "tailscale";
     repo = "tailscale";
     rev = "v${version}";
-    sha256 = "sha256-uW/C4Bks7qGJEQhPoqd2LSk8MAD9gcDRsJbbowgsSuY=";
+    sha256 = "sha256-6ZiMkid5RneOIlDDSDkB8m0nAywZEUCJ96qveE2l53k=";
   };
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];