tailscale: 1.32.1 -> 1.32.2

This commit is contained in:
Ashish SHUKLA 2022-10-27 17:56:45 +05:30
parent f994293d1e
commit dad236c46b
No known key found for this signature in database

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tailscale";
version = "1.32.1";
version = "1.32.2";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-gy8C/JA/KoFtPBHZMwNW0EuW8M/+bTIxUcA/Et+P7zs=";
sha256 = "sha256-CYNHD6TS9KTRftzSn9vAH4QlinqNgU/yZuUYxSvsl/M=";
};
vendorSha256 = "sha256-VW6FvbgLcokVGunTCHUXKuH5+O6T55hGIP2g5kFfBsE=";