Skip to content

Commit

Permalink
tailscale: 1.72.1 -> 1.74.0
Browse files Browse the repository at this point in the history
- switch to go 1.23.0

Changes: https://tailscale.com/changelog#2024-09-12
(cherry picked from commit 40a20e6)
  • Loading branch information
wahjava authored and SuperSandro2000 committed Oct 5, 2024
1 parent 01365ae commit 3952574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/tailscale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}:

let
version = "1.72.1";
version = "1.74.0";
in
buildGoModule {
pname = "tailscale";
Expand All @@ -24,7 +24,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-b1o3UHotVs5/+cpMx9q8bvt6BSM2QamLDUNyBNfb58A=";
hash = "sha256-KTg1rxyCgvZAwkGxhFXLff5UggKlqa6VLMItK81JV2k=";
};

patches = [
Expand All @@ -36,7 +36,7 @@ buildGoModule {
})
];

vendorHash = "sha256-M5e5dE1gGW3ly94r3SxCsBmVwbBmhVtaVDW691vxG/8=";
vendorHash = "sha256-HJEgBs2GOzXvRa95LdwySQmG4/+QwupFDBGrQT6Y2vE=";

nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ] ++ [ installShellFiles ];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 3952574

Please sign in to comment.