httpie: fetchPypi
This commit is contained in:
parent
8ddc4e4731
commit
592274e72a
@ -4,8 +4,8 @@ pythonPackages.buildPythonApplication rec {
|
||||
pname = "httpie";
|
||||
version = "1.0.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/h/httpie/${name}.tar.gz";
|
||||
src = pythonPackages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1ax22jh5lpjywpj7lsl072wdhr1pxiqzmxhyph5diwxxzs2nqrzw";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user