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

git-cola: 4.0.1 -> 4.0.2
This commit is contained in:
Mario Rodas 2022-09-29 21:47:35 -05:00 committed by GitHub
commit e0a4643e21
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 = "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 ];