Merge pull request #188370 from fabaff/tailscale-bump

python310Packages.tailscale: 0.2.0 -> 0.3.0

authored by

Mario Rodas and committed by
GitHub
7d2f19cb a0d72104

+2 -2
+2 -2
pkgs/development/python-modules/tailscale/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "tailscale"; 16 - version = "0.2.0"; 16 + version = "0.3.0"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "frenck"; 23 23 repo = "python-tailscale"; 24 24 rev = "v${version}"; 25 - sha256 = "sha256-/tS9ZMUWsj42n3MYPZJYJELzX3h02AIHeRZmD2SuwWE="; 25 + sha256 = "sha256-gGDsVGsCBZi/pxD0cyH3+xrvHVBC+wJCcl/NGqsTqiE="; 26 26 }; 27 27 28 28 nativeBuildInputs = [