aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/http-prompt
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-02-15 13:45:58 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-02-15 13:45:58 +0100
commit83d09a333667fb379c5180b8dca12125b8f762df (patch)
treef4b26f132c6c409937541bcfd06a13be37005380 /pkgs/tools/networking/http-prompt
parentf370cbbfdf996d67fcda2f9291d320672e5d13b6 (diff)
http-prompt: 0.8.0 -> 0.9.1
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 55ba6b9db55..6f2ca8fc5ba 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.8.0";
+ version = "0.9.1";
name = "http-prompt";
src = fetchFromGitHub {
rev = "v${version}";
repo = "http-prompt";
owner = "eliangcs";
- sha256 = "0zvkmdc6mhc5kk7cbrgzxsl8n2d02gnxy1sppm83mhwx6s1dkz30";
+ sha256 = "0s2syjjz5n7256a4hn8gv3xfr0zd3qqimf4w8l188dbfvx8b8s06";
};
propagatedBuildInputs = with pythonPackages; [