tailscale: 1.38.1 -> 1.38.2

This commit is contained in:
Pol Dellaiera 2023-03-24 14:48:09 +01:00
parent a8e20caa33
commit 76ca62d658

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tailscale";
version = "1.38.1";
version = "1.38.2";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
hash = "sha256-2VTYZhC/U32fzEJCxkCB35IqQBALKXQA23SvhY57lSU=";
hash = "sha256-5WNP1wVaKKTauny/dANODMCiQmyzOcWRd83RUInoCuk=";
};
vendorHash = "sha256-LIvaxSo+4LuHUk8DIZ27IaRQwaDnjW6Jwm5AEc/V95A=";