python310Packages.nextdns: 1.3.0 -> 1.4.0

Diff: https://github.com/bieniu/nextdns/compare/refs/tags/1.3.0...1.4.0

Changelog: https://github.com/bieniu/nextdns/releases/tag/1.4.0
This commit is contained in:
Fabian Affolter 2023-04-16 16:13:26 +02:00 committed by Martin Weinelt
parent 784fbf65a3
commit 8e927a3a31
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "nextdns";
version = "1.3.0";
version = "1.4.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-+ApchGB/+mV5i751jTfZoP8XJ3VAYPCwx6VoRkq5950=";
hash = "sha256-fW/fLbL4IMLN6LmFijH4+ew+cDdJY9tOha+010YEfNs=";
};
propagatedBuildInputs = [