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

git-cola: 4.4.1 -> 4.5.0
This commit is contained in:
Nikolay Korotkiy 2024-01-28 18:50:54 +04:00 committed by GitHub
commit 7becb6d776
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
version = "4.4.1";
version = "4.5.0";
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
hash = "sha256-PtV2mzxOfZ88THiFD4K+qtOi41GeLF1GcdiFFhUR8Ak=";
hash = "sha256-HORGtpiZGWpeRDhr4E9KW5LSAD6r74l7rl6RhhVtiJo=";
};
buildInputs = lib.optionals stdenv.isLinux [ qt5.qtwayland ];