summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorDomen Kožar <domen@enlambda.com>2017-02-27 15:05:13 +0100
committerGitHub <noreply@github.com>2017-02-27 15:05:13 +0100
commit27798152e3d21bd2065124666777c1c2c69cbc10 (patch)
treea9ba7adf2d0642fe895dc3fb33e661d03b03fb77 /pkgs/tools
parent1230330b141fef3ab37b2c15507f4e277ff9872f (diff)
parentaadc5abb6ec34265bd52f4f80b17de789fd5570b (diff)
Merge pull request #23238 from lsix/update_httpie
httpie: 0.9.8 -> 0.9.9
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/httpie/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/httpie/default.nix b/pkgs/tools/networking/httpie/default.nix
index fe30fd949675..09200f40c934 100644
--- a/pkgs/tools/networking/httpie/default.nix
+++ b/pkgs/tools/networking/httpie/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, pythonPackages }:
pythonPackages.buildPythonApplication rec {
- name = "httpie-0.9.8";
+ name = "httpie-0.9.9";
namePrefix = "";
src = fetchurl {
url = "mirror://pypi/h/httpie/${name}.tar.gz";
- sha256 = "1qgn1mpkk8wxxhvgxw3fnscqg3klh42ijr11zrb0ylriaaqp0n2i";
+ sha256 = "1jsgfkyzzizgfy1b0aicb4cp34d5pwskz9c4a8kf4rq3lrpjw87i";
};
propagatedBuildInputs = with pythonPackages; [ pygments requests2 ];