3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #69564 from r-ryantm/auto-update/git-cola

git-cola: 3.4 -> 3.5
This commit is contained in:
Maximilian Bosch 2019-09-26 20:32:06 +02:00 committed by GitHub
commit 7c54149a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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