Skip to content

Commit

Permalink
Merge pull request #303515 from mfrw/mfrw/tailscale-1.64.0
Browse files Browse the repository at this point in the history
tailscale: 1.62.1 -> 1.64.0
  • Loading branch information
matthiasbeyer authored Apr 12, 2024
2 parents 97390e1 + bc840c4 commit 4ebbb94
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 @@ -12,7 +12,7 @@
}:

let
version = "1.62.1";
version = "1.64.0";
in
buildGoModule {
pname = "tailscale";
Expand All @@ -22,9 +22,9 @@ buildGoModule {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-gV1k+8n6vuL9q4hNaMdQLf6083Em+CC7/uTdUpehbUU=";
hash = "sha256-qBZoiqhBMBNbeytDBH+sOxxsVjOcH6vnSgIufx+Op04=";
};
vendorHash = "sha256-jyRjT/CQBlmjHzilxJvMuzZQlGyJB4X/yISgWjBVDxc=";
vendorHash = "sha256-pYeHqYd2cCOVQlD1r2lh//KC+732H0lj1fPDBr+W8qA=";

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

Expand Down

0 comments on commit 4ebbb94

Please sign in to comment.