git-cola: 4.4.1 -> 4.5.0

This commit is contained in:
R. Ryantm
2024-01-27 22:05:35 +00:00
parent 1dd556946e
commit ecf6af1b0d
@@ -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 ];