lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

git-cola: 3.1 -> 3.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
git-cola

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/git-cola/default.nix
··· 4 4 inherit (pythonPackages) buildPythonApplication pyqt5 sip pyinotify; 5 5 in buildPythonApplication rec { 6 6 name = "git-cola-${version}"; 7 - version = "3.1"; 7 + version = "3.2"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "git-cola"; 11 11 repo = "git-cola"; 12 12 rev = "v${version}"; 13 - sha256 = "1xzm8694zndl2pb4nanzhldn7wrsc1gjd5ldjncidw1msp9fczq1"; 13 + sha256 = "1ivaqhvdbmlp0lmrwb2pv3kjqlcpqbxbinbvjjn3g81r4avjs7yy"; 14 14 }; 15 15 16 16 buildInputs = [ git gettext ];