Merge pull request #265901 from fabaff/nextdns-bump

python311Packages.nextdns: 2.0.0 -> 2.0.1
This commit is contained in:
Fabian Affolter 2023-11-06 23:53:41 +01:00 committed by GitHub
commit 90ca0ba574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [