Fabian Affolter
2025-04-28 22:25:58 +02:00
parent 81b7614e65
commit 29731c04c6
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "tailscale";
version = "0.6.1";
version = "0.6.2";
format = "pyproject";
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-tailscale";
tag = "v${version}";
hash = "sha256-47n/BjTHkw0rT8xTHGZOMNwZTy0nDuoHsTJrRyr8qjc=";
hash = "sha256-azqvMAluhThfteLEZObApnJjtnT3NzO+VVwTzmxuaFY=";
};
postPatch = ''