git-cola: 3.2 -> 3.3

This commit is contained in:
Bob van der Linden 2019-02-17 13:52:23 +01:00
parent a44784e811
commit 550852b617
No known key found for this signature in database
GPG Key ID: 2A90361F99CF1795

View File

@ -5,13 +5,13 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
name = "git-cola-${version}"; name = "git-cola-${version}";
version = "3.2"; version = "3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "git-cola"; owner = "git-cola";
repo = "git-cola"; repo = "git-cola";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ivaqhvdbmlp0lmrwb2pv3kjqlcpqbxbinbvjjn3g81r4avjs7yy"; sha256 = "0gfbzcmaqg6hdy2cfpshgcwh8zgj1ia1vd95i5xdrsvksgb8fq2j";
}; };
buildInputs = [ git gettext ]; buildInputs = [ git gettext ];