Merge pull request #188370 from fabaff/tailscale-bump

python310Packages.tailscale: 0.2.0 -> 0.3.0
This commit is contained in:
Mario Rodas 2022-08-27 10:49:17 -05:00 committed by GitHub
commit 7d2f19cb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [