aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/http-prompt
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-01-03 12:41:51 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-01-04 16:29:33 +0100
commitb5c7ce015f61547721c8bbf6e03a4a5944fcfe76 (patch)
tree79d13038ef431793f0f4b5529effb160ff5a361d /pkgs/tools/networking/http-prompt
parent91a248009c1f76b8569368476cfe5f1318342425 (diff)
http-prompt: 0.2.0 -> 0.8.0
Diffstat (limited to 'pkgs/tools/networking/http-prompt')
-rw-r--r--pkgs/tools/networking/http-prompt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/http-prompt/default.nix b/pkgs/tools/networking/http-prompt/default.nix
index ba9b8b2d771..55ba6b9db55 100644
--- a/pkgs/tools/networking/http-prompt/default.nix
+++ b/pkgs/tools/networking/http-prompt/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, pythonPackages, httpie }:
pythonPackages.buildPythonApplication rec {
- version = "0.2.0";
+ version = "0.8.0";
name = "http-prompt";
src = fetchFromGitHub {
rev = "v${version}";
repo = "http-prompt";
owner = "eliangcs";
- sha256 = "0hgw3kx9rfdg394darms3vqcjm6xw6qrm8gnz54nahmyxnhrxnpp";
+ sha256 = "0zvkmdc6mhc5kk7cbrgzxsl8n2d02gnxy1sppm83mhwx6s1dkz30";
};
propagatedBuildInputs = with pythonPackages; [