Merge pull request #265901 from fabaff/nextdns-bump

python311Packages.nextdns: 2.0.0 -> 2.0.1

authored by

Fabian Affolter and committed by
GitHub
90ca0ba5 75b3adb7

+2 -2
+2 -2
pkgs/development/python-modules/nextdns/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "nextdns"; 15 - version = "2.0.0"; 15 + version = "2.0.1"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.10"; ··· 21 21 owner = "bieniu"; 22 22 repo = "nextdns"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-AgxBJXPBYkJR8W8tGKcHJaAP52guNVvm190ZlZ9BhA4="; 24 + hash = "sha256-NJjnk/FadD4QUqPYxbbS7gsIKVxwR5tpnBth1HFLkr0="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [