Merge pull request #335973 from wahjava/update/tailscale

tailscale: 1.70.0 -> 1.72.0
This commit is contained in:
Robert Schütz
2024-08-20 02:48:18 -07:00
committed by GitHub
+3 -3
View File
@@ -15,7 +15,7 @@
}:
let
version = "1.70.0";
version = "1.72.0";
in
buildGoModule {
pname = "tailscale";
@@ -25,7 +25,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-rB/zaJavA3OH1HK7Rfpta/QmQzi0xsEYTvW5JzzTAlI=";
hash = "sha256-PFXXd5ToBbvuGl+u4nEAHy1F696lxHD3PrPJ3Tpb+eg=";
};
patches = [
@@ -37,7 +37,7 @@ buildGoModule {
})
];
vendorHash = "sha256-NtNjH2Vo1Leh98VIOkpyALErhC+6H5BE/uaPkwlejoo=";
vendorHash = "sha256-M5e5dE1gGW3ly94r3SxCsBmVwbBmhVtaVDW691vxG/8=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ] ++ [ installShellFiles ];