Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nvchecker: 2.14.1 -> 2.15.1

Diff: https://github.com/lilydjwg/nvchecker/compare/v2.14.1...v2.15.1

Changelog: https://github.com/lilydjwg/nvchecker/releases/tag/v2.15.1

+2 -2
+2 -2
pkgs/development/python-modules/nvchecker/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "nvchecker"; 25 - version = "2.14.1"; 25 + version = "2.15.1"; 26 26 pyproject = true; 27 27 28 28 disabled = pythonOlder "3.8"; ··· 31 31 owner = "lilydjwg"; 32 32 repo = "nvchecker"; 33 33 rev = "v${version}"; 34 - hash = "sha256-V2lTGeaiwUsh8IONbZ5GQrqevJMhjeuFLTDF8UdWg8Q="; 34 + hash = "sha256-dK3rZCoSukCzPOFVectQiF6qplUuDBh9qyN8JL0+j20="; 35 35 }; 36 36 37 37 nativeBuildInputs = [