python311Packages.nextdns: 2.0.0 -> 2.0.1

Diff: https://github.com/bieniu/nextdns/compare/refs/tags/2.0.0...2.0.1

Changelog: https://github.com/bieniu/nextdns/releases/tag/2.0.1
This commit is contained in:
Fabian Affolter 2023-11-06 20:31:29 +01:00
parent a3708ce91c
commit bfba465762

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "nextdns";
version = "2.0.0";
version = "2.0.1";
format = "setuptools";
disabled = pythonOlder "3.10";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = "nextdns";
rev = "refs/tags/${version}";
hash = "sha256-AgxBJXPBYkJR8W8tGKcHJaAP52guNVvm190ZlZ9BhA4=";
hash = "sha256-NJjnk/FadD4QUqPYxbbS7gsIKVxwR5tpnBth1HFLkr0=";
};
propagatedBuildInputs = [