Merge pull request #200677 from kilianar/git-cola-4.0.3

git-cola: 4.0.2 -> 4.0.3
This commit is contained in:
Bobby Rong 2022-11-14 20:31:51 +08:00 committed by GitHub
commit 03af1b5510
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.2";
version = "4.0.3";
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "refs/tags/v${version}";
hash = "sha256-5PE2Ey9IwNzxl4mk7tzaSWXiTmRFlxDO5MhoIYAwEag=";
hash = "sha256-w3SbuquHuWTYg1N3kcix4S5vrsmclVSrHf6uv8CYU6w=";
};
buildInputs = [ git gettext ];