Merge pull request #193481 from r-ryantm/auto-update/git-cola
git-cola: 4.0.1 -> 4.0.2
This commit is contained in:
commit
e0a4643e21
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@ let
|
|||
|
||||
in buildPythonApplication rec {
|
||||
pname = "git-cola";
|
||||
version = "4.0.1";
|
||||
version = "4.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "git-cola";
|
||||
repo = "git-cola";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-xCGXPGZa4K9f37kZRerfUY+Y7atRdqld5rxj0VYdziU=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-5PE2Ey9IwNzxl4mk7tzaSWXiTmRFlxDO5MhoIYAwEag=";
|
||||
};
|
||||
|
||||
buildInputs = [ git gettext ];
|
||||
|
|
Loading…
Reference in a new issue