lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+2 -2
pkgs/development/python-modules/nextdns/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "nextdns"; 15 - version = "2.0.0"; 15 + version = "2.0.1"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.10"; ··· 21 21 owner = "bieniu"; 22 22 repo = "nextdns"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-AgxBJXPBYkJR8W8tGKcHJaAP52guNVvm190ZlZ9BhA4="; 24 + hash = "sha256-NJjnk/FadD4QUqPYxbbS7gsIKVxwR5tpnBth1HFLkr0="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [