python310Packages.tailscale: 0.2.0 -> 0.3.0

This commit is contained in:
Fabian Affolter
2022-08-26 09:42:26 +02:00
parent fb570e9074
commit a24579217b
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "tailscale";
version = "0.2.0";
version = "0.3.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-tailscale";
rev = "v${version}";
sha256 = "sha256-/tS9ZMUWsj42n3MYPZJYJELzX3h02AIHeRZmD2SuwWE=";
sha256 = "sha256-gGDsVGsCBZi/pxD0cyH3+xrvHVBC+wJCcl/NGqsTqiE=";
};
nativeBuildInputs = [