git-cola: 3.5 -> 3.8

This commit is contained in:
R. RyanTM 2020-11-15 05:44:05 +00:00
parent 6e9b71f0e1
commit acf82008ab
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
pname = "git-cola"; pname = "git-cola";
version = "3.5"; version = "3.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "git-cola"; owner = "git-cola";
repo = "git-cola"; repo = "git-cola";
rev = "v${version}"; rev = "v${version}";
sha256 = "09b60jbpdr4czx7h4vqahqmmi7m9vn77jlkpjfhys7crrdnxjp9i"; sha256 = "1qxv2k8lxcxpqx46ka7f042xk90xns5w9lc4009cxmsqvcdba03a";
}; };
buildInputs = [ git gettext ]; buildInputs = [ git gettext ];