Merge pull request #263422 from fabaff/nextdns-bump

python311Packages.nextdns: 1.4.0 -> 2.0.0

authored by

Nick Cao and committed by
GitHub
caeeaa16 2b307029

+5 -5
+5 -5
pkgs/development/python-modules/nextdns/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "nextdns"; 15 - version = "1.4.0"; 16 format = "setuptools"; 17 18 - disabled = pythonOlder "3.8"; 19 20 src = fetchFromGitHub { 21 owner = "bieniu"; 22 - repo = pname; 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-fW/fLbL4IMLN6LmFijH4+ew+cDdJY9tOha+010YEfNs="; 25 }; 26 27 propagatedBuildInputs = [ ··· 41 ]; 42 43 meta = with lib; { 44 - changelog = "https://github.com/bieniu/nextdns/releases/tag/${version}"; 45 description = "Module for the NextDNS API"; 46 homepage = "https://github.com/bieniu/nextdns"; 47 license = licenses.asl20; 48 maintainers = with maintainers; [ fab ]; 49 };
··· 12 13 buildPythonPackage rec { 14 pname = "nextdns"; 15 + version = "2.0.0"; 16 format = "setuptools"; 17 18 + disabled = pythonOlder "3.10"; 19 20 src = fetchFromGitHub { 21 owner = "bieniu"; 22 + repo = "nextdns"; 23 rev = "refs/tags/${version}"; 24 + hash = "sha256-AgxBJXPBYkJR8W8tGKcHJaAP52guNVvm190ZlZ9BhA4="; 25 }; 26 27 propagatedBuildInputs = [ ··· 41 ]; 42 43 meta = with lib; { 44 description = "Module for the NextDNS API"; 45 homepage = "https://github.com/bieniu/nextdns"; 46 + changelog = "https://github.com/bieniu/nextdns/releases/tag/${version}"; 47 license = licenses.asl20; 48 maintainers = with maintainers; [ fab ]; 49 };