tailscale: 1.62.1 -> 1.64.0

Diff: https://github.com/tailscale/tailscale/compare/v1.62.1...1.64.0
This commit is contained in:
Muhammad Falak R Wani 2024-04-12 08:50:39 +05:30
parent fe8cdc342c
commit bc840c4c4b
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 ];