⬆️ version bumps

This commit is contained in:
2021-11-28 20:07:27 -05:00
parent 8657c02e98
commit 6071e16992
2 changed files with 11 additions and 11 deletions

View File

@ -2,13 +2,13 @@
buildGo117Module rec {
pname = "tailscale";
version = "1.18.0";
version = "1.18.1";
src = fetchFromGitHub {
owner = "tailscale";
repo = "tailscale";
rev = "v${version}";
sha256 = "sha256-bexcln2BTYZo17zyxJKiRt7xkMEgAijRsl9HxHEA9og=";
sha256 = "sha256-DmgCuv10TiB4UYISthJ1UghuPdvRKYl0cU9VxDvFjMc=";
};
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];