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