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

Merge pull request #309292 from r-ryantm/auto-update/litecli

litecli: 1.10.1 -> 1.11.0

authored by Weijia Wang and committed by GitHub fd4e0ee9 87fb3994

+2 -2
+2 -2
pkgs/development/tools/database/litecli/default.nix
··· 5 5 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "litecli"; 8 - version = "1.10.1"; 8 + version = "1.11.0"; 9 9 disabled = python3Packages.pythonOlder "3.4"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-N+aAH2vgDV1YU7iIHbH/276bCBfGxhuy2ceWL2z/oI8="; 13 + sha256 = "sha256-YW3mjYfSuxi/XmaetrWmjVuTfqgaitQ5wfUaJdHIH1Y="; 14 14 }; 15 15 16 16 propagatedBuildInputs = with python3Packages; [