tailscale: 1.36.1 -> 1.36.2

This commit is contained in:
Ashish SHUKLA 2023-02-23 07:07:33 +05:30
parent 988cc958c5
commit c346267257
No known key found for this signature in database

View file

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "tailscale";
version = "1.36.1";
version = "1.36.2";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-xTfMq8n9Io99qg/cc7SAWelcxXaWr21IQhsICeDCDNU=";
hash = "sha256-5rGRe4ENIQVz8KDy1OuSKtD7UMVYmU2DaJAn7wrhXVQ=";
};
vendorSha256 = "sha256-xdZlwv/2knOE7xaGeNHYNdztflhLLmirGzPOJpDvk3s=";
vendorHash = "sha256-xdZlwv/2knOE7xaGeNHYNdztflhLLmirGzPOJpDvk3s=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];