tailscale: 1.72.1 -> 1.74.0

- switch to go 1.23.0

Changes: https://tailscale.com/changelog#2024-09-12
(cherry picked from commit 40a20e6af1)
This commit is contained in:
Ashish SHUKLA 2024-09-13 07:17:08 +05:30 committed by Sandro Jäckel
parent 01365ae2b9
commit 39525747c7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
}:
let
version = "1.72.1";
version = "1.74.0";
in
buildGoModule {
pname = "tailscale";
@ -24,7 +24,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-b1o3UHotVs5/+cpMx9q8bvt6BSM2QamLDUNyBNfb58A=";
hash = "sha256-KTg1rxyCgvZAwkGxhFXLff5UggKlqa6VLMItK81JV2k=";
};
patches = [
@ -36,7 +36,7 @@ buildGoModule {
})
];
vendorHash = "sha256-M5e5dE1gGW3ly94r3SxCsBmVwbBmhVtaVDW691vxG/8=";
vendorHash = "sha256-HJEgBs2GOzXvRa95LdwySQmG4/+QwupFDBGrQT6Y2vE=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ] ++ [ installShellFiles ];

View File

@ -26586,7 +26586,7 @@ with pkgs;
systemd-journal2gelf = callPackage ../tools/system/systemd-journal2gelf { };
tailscale = callPackage ../servers/tailscale {
buildGoModule = buildGo122Module;
buildGoModule = buildGo123Module;
};
tailscale-systray = callPackage ../applications/misc/tailscale-systray { };