tailscale: 1.36.0 -> 1.36.1

Diff: https://github.com/tailscale/tailscale/compare/v1.36.0...v1.36.1
This commit is contained in:
Steven Kou 2023-02-09 21:52:47 +08:00
parent 4c50a6b602
commit f7fe775fc1
No known key found for this signature in database
GPG Key ID: D0D4BCFA8DB68E35

View File

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "tailscale";
version = "1.36.0";
version = "1.36.1";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-hNyEABs/GdfOx6vLTVBgbOzkbFvEDYZ0y1y0a0mIsfA=";
sha256 = "sha256-xTfMq8n9Io99qg/cc7SAWelcxXaWr21IQhsICeDCDNU=";
};
vendorSha256 = "sha256-Jy3kjUA8qLhcw9XLw4Xo1zhD+IWZrDNM79TsbnKpx/g=";
vendorSha256 = "sha256-xdZlwv/2knOE7xaGeNHYNdztflhLLmirGzPOJpDvk3s=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];