Merge pull request #303515 from mfrw/mfrw/tailscale-1.64.0

tailscale: 1.62.1 -> 1.64.0
This commit is contained in:
Matthias Beyer 2024-04-12 18:30:57 +02:00 committed by GitHub
commit 4ebbb94b49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
}:
let
version = "1.62.1";
version = "1.64.0";
in
buildGoModule {
pname = "tailscale";
@ -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 ];