Merge pull request #85498 from filalex77/httpie-2.1.0

This commit is contained in:
Jörg Thalheim 2020-04-18 18:30:42 +01:00 committed by GitHub
commit 3940ec2ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "httpie"; pname = "httpie";
version = "2.0.0"; version = "2.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jakubroztocil"; owner = "jakubroztocil";
repo = "httpie"; repo = "httpie";
rev = version; rev = version;
sha256 = "0d0rsn5i973l9y0ws3xmnzaw4jwxdlryyjbasnlddph5mvkf7dq0"; sha256 = "1vwjlzx830q4dcm3r7j9cl8yzka37dw42rl1r05m5ysb1081cbj2";
}; };
outputs = [ "out" "doc" "man" ]; outputs = [ "out" "doc" "man" ];