3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.tailscale: 0.1.3 -> 0.1.4

This commit is contained in:
Fabian Affolter 2021-12-09 16:08:03 +01:00
parent 61727e0e57
commit 6395cc400e

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "tailscale";
version = "0.1.3";
version = "0.1.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-tailscale";
rev = "v${version}";
sha256 = "sha256-0qWuOSQncEldA073ByFWkpW97HY0JANSvnv8xX/NSs8=";
sha256 = "sha256-xRVkmofD2pOco0kJfVcmUaPow2ZZNEZrhvNmldUjQuw=";
};
nativeBuildInputs = [