tailscale: 1.36.1 -> 1.36.2

(cherry picked from commit c346267257)
This commit is contained in:
Ashish SHUKLA
2023-02-23 07:07:33 +05:30
committed by Julian Stecklina
parent 96742805bc
commit ec3a8a8974

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 ];