aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/http-prompt
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-21 14:02:48 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-21 14:02:48 +0100
commitdc3689499048969eb2b078366048dfe939a760a1 (patch)
tree36ce731c75376c11ce07e6d039fd5f9369e35189 /pkgs/tools/networking/http-prompt
parent9380acf8d3eaea15002a40c85bc8b08952a1f43d (diff)
http-prompt: 0.11.0 -> 0.11.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 fd7caf92765..b1f83c8b216 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.11.0";
+ version = "0.11.1";
name = "http-prompt";
src = fetchFromGitHub {
rev = "v${version}";
repo = "http-prompt";
owner = "eliangcs";
- sha256 = "0arl85880nnyfx8cvpzm6cr8nalhyrkz5zqfr628p487rwqv45ip";
+ sha256 = "0gi76wcn6lxkd74ljpbyhr7ylhq6sm8z7h66dnfmpsw4nhw49178";
};
propagatedBuildInputs = with pythonPackages; [