http-prompt: 0.9.1 -> 0.10.2
This commit is contained in:
parent
cc92326e12
commit
9e9b177575
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, pythonPackages, httpie }:
|
{ stdenv, fetchFromGitHub, pythonPackages, httpie }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
version = "0.9.1";
|
version = "0.10.2";
|
||||||
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 = "0s2syjjz5n7256a4hn8gv3xfr0zd3qqimf4w8l188dbfvx8b8s06";
|
sha256 = "0c03n1ll61zd4f60kzih3skl0hspck5hhpcf74h5l6v5as7qdbi2";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user