about summary refs log tree commit diff
path: root/pkgs/servers/tailscale
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2023-10-02 17:33:39 -0400
committerseth <getchoo@tuta.io>2023-10-02 17:33:39 -0400
commitb206b0817cfc8ba3aaaee2d4cbcb05aa19d60a97 (patch)
treec9532ee43b2aa08631649654d8d000b4acc46644 /pkgs/servers/tailscale
parent0c19eb6916ade1024700a42ef72ba69656053f3c (diff)
tailscale: 1.50.0 -> 1.50.1
Diff: https://github.com/tailscale/tailscale/compare/v1.50.0...v1.50.1
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 6ec6aa1836268..abdeb97319aff 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, buildGoModule, fetchFromGitHub, makeWrapper, iptables, iproute2, procps, shadow, getent }:
 
 let
-  version = "1.50.0";
+  version = "1.50.1";
 in
 buildGoModule {
   pname = "tailscale";
@@ -11,7 +11,7 @@ buildGoModule {
     owner = "tailscale";
     repo = "tailscale";
     rev = "v${version}";
-    hash = "sha256-twHQVZ7ahlyQEhFyHm4vaBSilWUmSa29LjOX5oD9U6M=";
+    hash = "sha256-YosV9zyWbZ18xeiKJ6/4ZzSSfcoACWadZQsqGBD/hZ4=";
   };
   vendorHash = "sha256-aVtlDzC+sbEWlUAzPkAryA/+dqSzoAFc02xikh6yhf8=";