0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

git-cola: 4.12.0 -> 4.13.0

This commit is contained in:
R. Ryantm 2025-05-21 02:48:34 +00:00
parent 873183508c
commit 8a05fa5038

View file

@ -12,14 +12,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
version = "4.12.0";
version = "4.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
tag = "v${version}";
hash = "sha256-1y/fYqvsPpgCEakL7XepI9SVPFgmk1m795uMPv1WgNc=";
hash = "sha256-FoCU10EKeNltYh7AEOR+98ryVA6rFVfCDMg5QUSpF0w=";
};
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ qt5.qtwayland ];