Skip to content

Commit

Permalink
[Backport release-24.05] tailscale: 1.74.1 -> 1.76.0 (#348017)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Oct 12, 2024
2 parents 4df12be + 0c3b089 commit ee4d051
Showing 1 changed file with 3 additions and 3 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.74.1";
version = "1.76.0";
in
buildGoModule {
pname = "tailscale";
Expand All @@ -24,7 +24,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-672FtDKgz7Nmoufoe4Xg/b8sA8EuKH8X+3n9PAKYjFk=";
hash = "sha256-fCUrZ+rrNJ9+XYjCtgaTUWmWczBbavtPe1pFM3L913w=";
};

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

vendorHash = "sha256-HJEgBs2GOzXvRa95LdwySQmG4/+QwupFDBGrQT6Y2vE=";
vendorHash = "sha256-xCZ6YMJ0fqVzO+tKbCzF0ftV05NOB+lJbJBovLqlrtQ=";

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

Expand Down

0 comments on commit ee4d051

Please sign in to comment.