python313Packages.nextdns: 4.0.0 -> 4.1.0

Diff: https://github.com/bieniu/nextdns/compare/refs/tags/4.0.0...refs/tags/4.1.0

Changelog: https://github.com/bieniu/nextdns/releases/tag/4.1.0

Changed files
+2 -2
pkgs
development
python-modules
nextdns
+2 -2
pkgs/development/python-modules/nextdns/default.nix
···
buildPythonPackage rec {
pname = "nextdns";
-
version = "4.0.0";
+
version = "4.1.0";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "bieniu";
repo = "nextdns";
tag = version;
-
hash = "sha256-2BT47Dg+1TLDUccdb0Q/r3QzpRURTwFlUORbQpmIJzc=";
+
hash = "sha256-VTOANFrGOI1XDU/5THWkj/o5AWIpXcPKmOF1IF0I22Y=";
};
build-system = [ setuptools ];