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

git-cola: 3.9 -> 3.10.1
This commit is contained in:
Ryan Mulligan 2021-07-12 15:11:01 -05:00 committed by GitHub
commit 0259338e79
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.9";
version = "3.10.1";
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
sha256 = "11186pdgaw5p4iv10dqcnynf5pws2v9nhqqqca7z5b7m20fpfjl7";
sha256 = "120hds7v29v70qxz20ppxf2glmgbah16v7jyy9i6hb6cfqp68vr8";
};
buildInputs = [ git gettext ];