about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2023-01-05 19:52:30 +0400
committerGitHub <noreply@github.com>2023-01-05 19:52:30 +0400
commit2cb93a88b2b0917806456399f9f12befb6e01676 (patch)
tree1f3173e3b4e46987c3a6ae130b226c40ec143206
parent3ebdfd53b6179443bf01bd9c829e751ff30da64c (diff)
parent3234c2031ec66d44bd414cf600a5d4186ab32c1b (diff)
Merge pull request #209151 from 06kellyjac/tailscale
tailscale: 1.34.1 -> 1.34.2
-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 bc4faf6a39a03..7bb559efa4c72 100644
--- a/pkgs/servers/tailscale/default.nix
+++ b/pkgs/servers/tailscale/default.nix
@@ -2,15 +2,15 @@
 
 buildGoModule rec {
   pname = "tailscale";
-  version = "1.34.1";
+  version = "1.34.2";
 
   src = fetchFromGitHub {
     owner = "tailscale";
     repo = "tailscale";
     rev = "v${version}";
-    sha256 = "sha256-C+Ae90mDzMwnBlKpr3ysdGypo4UaqRfSMfOl3zcuKRE=";
+    sha256 = "sha256-uFr7swB7AQLvjDg+1KBCQuoLkDw454+gVe+6/iD74LM=";
   };
-  vendorSha256 = "sha256-nSllDi6G4QAGyuoGduDhI0vaVuN2//eg+gXRSZ3ERiQ=";
+  vendorSha256 = "sha256-//qhvzZzaAqfcj4HZIy6ZkGyfAwtRdf7ARaXI+trTe0=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];