summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-12-01 22:06:12 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-12-01 22:06:12 +0100
commit9859ef861c9fd45ad50da5bed54fae5ee645536e (patch)
tree978d409f2ecb571438c464742c8d6fdf27bbf3c2
parent461a7d223c7f32b4eb9727e07a93f873568ff0ad (diff)
downloadnixpkgs-9859ef861c9fd45ad50da5bed54fae5ee645536e.tar
nixpkgs-9859ef861c9fd45ad50da5bed54fae5ee645536e.tar.gz
nixpkgs-9859ef861c9fd45ad50da5bed54fae5ee645536e.tar.bz2
nixpkgs-9859ef861c9fd45ad50da5bed54fae5ee645536e.tar.lz
nixpkgs-9859ef861c9fd45ad50da5bed54fae5ee645536e.tar.xz
nixpkgs-9859ef861c9fd45ad50da5bed54fae5ee645536e.tar.zst
nixpkgs-9859ef861c9fd45ad50da5bed54fae5ee645536e.zip
python3Packages.tailscale: 0.1.2 -> 0.1.3
-rw-r--r--pkgs/development/python-modules/tailscale/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/tailscale/default.nix b/pkgs/development/python-modules/tailscale/default.nix
index a2e58322cea..d560b5e89c2 100644
--- a/pkgs/development/python-modules/tailscale/default.nix
+++ b/pkgs/development/python-modules/tailscale/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "tailscale";
-  version = "0.1.2";
+  version = "0.1.3";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "frenck";
     repo = "python-tailscale";
     rev = "v${version}";
-    sha256 = "1jqx2i8rghfxlb1c76f37viz9fc1vq95xb2jm3bpnx5yy4n5dly1";
+    sha256 = "sha256-0qWuOSQncEldA073ByFWkpW97HY0JANSvnv8xX/NSs8=";
   };
 
   nativeBuildInputs = [
@@ -54,7 +54,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python client for the Tailscale API";
-    homepage = "https://github.com/frenck/python-wled";
+    homepage = "https://github.com/frenck/python-tailscale";
     license = licenses.mit;
     maintainers = with maintainers; [ fab ];
   };