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

git-cola: 3.1 -> 3.2

authored by

Frederik Rietdijk and committed by
GitHub
704e87ee 59bbf715

+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 ];