From 0c6b68e52d2efdf95bc95e853a8dc926857a6090 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Tue, 20 Aug 2024 08:45:29 +0530 Subject: [PATCH] tailscale: 1.70.0 -> 1.72.0 Changes: https://tailscale.com/changelog#2024-08-19 (cherry picked from commit 354dc1e807230951a7ce13a12763f203475c703c) --- pkgs/servers/tailscale/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/tailscale/default.nix b/pkgs/servers/tailscale/default.nix index 1824625bdf84..81879ee95c61 100644 --- a/pkgs/servers/tailscale/default.nix +++ b/pkgs/servers/tailscale/default.nix @@ -14,7 +14,7 @@ }: let - version = "1.70.0"; + version = "1.72.0"; in buildGoModule { pname = "tailscale"; @@ -24,7 +24,7 @@ buildGoModule { owner = "tailscale"; repo = "tailscale"; rev = "v${version}"; - hash = "sha256-rB/zaJavA3OH1HK7Rfpta/QmQzi0xsEYTvW5JzzTAlI="; + hash = "sha256-PFXXd5ToBbvuGl+u4nEAHy1F696lxHD3PrPJ3Tpb+eg="; }; patches = [ @@ -36,7 +36,7 @@ buildGoModule { }) ]; - vendorHash = "sha256-NtNjH2Vo1Leh98VIOkpyALErhC+6H5BE/uaPkwlejoo="; + vendorHash = "sha256-M5e5dE1gGW3ly94r3SxCsBmVwbBmhVtaVDW691vxG/8="; nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ] ++ [ installShellFiles ];