Merge pull request #209151 from 06kellyjac/tailscale

tailscale: 1.34.1 -> 1.34.2
This commit is contained in:
Nikolay Korotkiy
2023-01-05 19:52:30 +04:00
committed by GitHub
+3 -3
View File
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "tailscale";
version = "1.34.1";
version = "1.34.2";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-C+Ae90mDzMwnBlKpr3ysdGypo4UaqRfSMfOl3zcuKRE=";
sha256 = "sha256-uFr7swB7AQLvjDg+1KBCQuoLkDw454+gVe+6/iD74LM=";
};
vendorSha256 = "sha256-nSllDi6G4QAGyuoGduDhI0vaVuN2//eg+gXRSZ3ERiQ=";
vendorSha256 = "sha256-//qhvzZzaAqfcj4HZIy6ZkGyfAwtRdf7ARaXI+trTe0=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];