tailscale: 1.22.1 -> 1.22.2

This commit is contained in:
Ilan Joselevich 2022-03-19 02:59:54 +02:00
parent ee8cae0d48
commit 290c5083e0

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tailscale";
version = "1.22.1";
version = "1.22.2";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-VUML5GwHrRYPd9lnOZuMA3T1SfdC0rVLP5m1yf+SA0A=";
sha256 = "sha256-W4BcUDMxUZKFXueSI/Xlml17Jabi/hnnOyXgitao76A=";
};
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];