http-prompt: 0.2.0 -> 0.8.0

This commit is contained in:
Matthias Beyer 2017-01-03 12:41:51 +01:00
parent 91a248009c
commit b5c7ce015f

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, pythonPackages, httpie }: { stdenv, fetchFromGitHub, pythonPackages, httpie }:
pythonPackages.buildPythonApplication rec { pythonPackages.buildPythonApplication rec {
version = "0.2.0"; version = "0.8.0";
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 = "0hgw3kx9rfdg394darms3vqcjm6xw6qrm8gnz54nahmyxnhrxnpp"; sha256 = "0zvkmdc6mhc5kk7cbrgzxsl8n2d02gnxy1sppm83mhwx6s1dkz30";
}; };
propagatedBuildInputs = with pythonPackages; [ propagatedBuildInputs = with pythonPackages; [