about summary refs log tree commit diff
path: root/pkgs/servers/tailscale
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2022-06-07 11:33:57 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2022-06-07 14:19:57 +0530
commit05a5e731f871bed19f5537d1f74151b27e8dccd3 (patch)
treef90982ba344d42d9feab92eee37c59f71bed580f /pkgs/servers/tailscale
parent236cc2971ac72acd90f0ae3a797f9f83098b17ec (diff)
tailscale: 1.24.2 -> 1.26.0
Diffstat (limited to 'pkgs/servers/tailscale')
-rw-r--r--pkgs/servers/tailscale/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/tailscale/default.nix b/pkgs/servers/tailscale/default.nix
index e69eabdc3612d..96e46165b537a 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -2,15 +2,15 @@
 
 buildGoModule rec {
   pname = "tailscale";
-  version = "1.24.2";
+  version = "1.26.0";
 
   src = fetchFromGitHub {
     owner = "tailscale";
     repo = "tailscale";
     rev = "v${version}";
-    sha256 = "sha256-PBYxbi7KqwZedP1m3W3gbhFR+9UhvTAftGi6eTv05ro=";
+    sha256 = "sha256-n8g8ciK3QZYeoGdD6SUAkATlklAzjH9QYnXLyOGB1Bw=";
   };
-  vendorSha256 = "sha256-WjAd7EV/9IbrJMGGVbmSkfEUxqmwWEPkB0Yp3rrjCRU=";
+  vendorSha256 = "sha256-rIYDpGrUPVrDQjiT3zsNmiojNXrIM1wV5/Ci5+lQDqc=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];