Merge pull request #190756 from matthiasbeyer/update-http-prompt

http-prompt: 1.0.0 -> 2.1.0

authored by Robert Scott and committed by GitHub ee51699e 01582a7c

+4 -3
+4 -3
pkgs/tools/networking/http-prompt/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "http-prompt"; 5 - version = "1.0.0"; 5 + version = "2.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 rev = "v${version}"; 9 9 repo = "http-prompt"; 10 - owner = "eliangcs"; 11 - sha256 = "0kngz2izcqjphbrdkg489p0xmf65xjc8ki1a2szcc8sgwc7z74xy"; 10 + owner = "httpie"; 11 + sha256 = "sha256-e4GyuxCeXYNsnBXyjIJz1HqSrqTGan0N3wxUFS+Hvkw="; 12 12 }; 13 13 14 14 propagatedBuildInputs = with python3Packages; [ ··· 18 18 (python.pkgs.callPackage ../../../development/python-modules/prompt-toolkit/1.nix {}) 19 19 pygments 20 20 six 21 + pyyaml 21 22 ]; 22 23 23 24 checkPhase = ''