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

git-cola: 3.10.1 -> 3.11.0
conduit-nginx
figsoda 2021-10-20 08:16:09 -04:00 committed by GitHub
commit 1b179bef03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ let
in buildPythonApplication rec {
pname = "git-cola";
version = "3.10.1";
version = "3.11.0";
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
sha256 = "120hds7v29v70qxz20ppxf2glmgbah16v7jyy9i6hb6cfqp68vr8";
sha256 = "1s58wlpnndypx1q0m9fx8jmcd6hzqvrwdaxxrk7gn5nf423wq4xv";
};
buildInputs = [ git gettext ];