Unverified Commit f4379176 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #198061 from wahjava/update-tailscale

tailscale: 1.32.1 -> 1.32.2
parents 88a14ad6 dad236c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";