about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-10 10:52:25 +0200
committerGitHub <noreply@github.com>2024-05-10 10:52:25 +0200
commit5fd2249f4e1b0d563bd1caa9f7a745418e8be79e (patch)
treeb085552eaa409342fc476823849902c2190426da /pkgs/servers
parent4fd69a73847237b0fac48ea326cb9d70dcf430f1 (diff)
parent308965944a3a94c87514492290aee9b4054dc429 (diff)
Merge pull request #310446 from wahjava/update-tailscale
tailscale: 1.66.0 -> 1.66.1
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 6596c03fb8543..787a69d4b90fa 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -12,7 +12,7 @@
 }:
 
 let
-  version = "1.66.0";
+  version = "1.66.1";
 in
 buildGoModule {
   pname = "tailscale";
@@ -22,7 +22,7 @@ buildGoModule {
     owner = "tailscale";
     repo = "tailscale";
     rev = "v${version}";
-    hash = "sha256-ZI9/YlVHbdvEwD0YHWfUhciU2x4wp4GzTanwDvuIpz4=";
+    hash = "sha256-1Yt8W/UanAghaElGiD+z7BKeV/Ge+OElA+B9yBnu3vw=";
   };
   vendorHash = "sha256-Hd77xy8stw0Y6sfk3/ItqRIbM/349M/4uf0iNy1xJGw=";