forked from mirrors/nixpkgs
http-prompt: 0.11.0 -> 0.11.1
This commit is contained in:
parent
9380acf8d3
commit
dc36894990
|
@ -1,14 +1,14 @@
|
||||||
{ stdenv, fetchFromGitHub, pythonPackages, httpie }:
|
{ stdenv, fetchFromGitHub, pythonPackages, httpie }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
version = "0.11.0";
|
version = "0.11.1";
|
||||||
name = "http-prompt";
|
name = "http-prompt";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "http-prompt";
|
repo = "http-prompt";
|
||||||
owner = "eliangcs";
|
owner = "eliangcs";
|
||||||
sha256 = "0arl85880nnyfx8cvpzm6cr8nalhyrkz5zqfr628p487rwqv45ip";
|
sha256 = "0gi76wcn6lxkd74ljpbyhr7ylhq6sm8z7h66dnfmpsw4nhw49178";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
|
|
Loading…
Reference in a new issue