Merge pull request #142331 from r-ryantm/auto-update/git-cola
git-cola: 3.10.1 -> 3.11.0
This commit is contained in:
commit
1b179bef03
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue