tailscale: 1.70.0 -> 1.72.0

Changes: https://tailscale.com/changelog#2024-08-19
(cherry picked from commit 354dc1e807)
This commit is contained in:
Ashish SHUKLA
2024-08-20 08:45:29 +05:30
committed by Sandro Jäckel
parent f5c084de82
commit 0c6b68e52d

View File

@@ -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 ];