Skip to content

Commit

Permalink
tailscale: 1.74.1 -> 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrw committed Oct 11, 2024
1 parent bac526a commit abe0027
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 @@ -15,7 +15,7 @@
}:

let
version = "1.74.1";
version = "1.76.0";
in
buildGoModule {
pname = "tailscale";
Expand All @@ -27,7 +27,7 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-672FtDKgz7Nmoufoe4Xg/b8sA8EuKH8X+3n9PAKYjFk=";
hash = "sha256-fCUrZ+rrNJ9+XYjCtgaTUWmWczBbavtPe1pFM3L913w=";
};

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

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

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

Expand Down

0 comments on commit abe0027

Please sign in to comment.