python310Packages.nextdns: 1.2.2 -> 1.3.0

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

Changelog: https://github.com/bieniu/nextdns/releases/tag/1.3.0
This commit is contained in:
Fabian Affolter 2023-02-21 23:14:10 +01:00
parent 9f58b8fe3a
commit fda1935b0b

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "nextdns";
version = "1.2.2";
version = "1.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "bieniu";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-F6vTOwE8WdcELH+W7VuRbGDLD+7+a09iai/TDMBfv4s=";
hash = "sha256-+ApchGB/+mV5i751jTfZoP8XJ3VAYPCwx6VoRkq5950=";
};
propagatedBuildInputs = [