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

git-cola: 4.7.0 -> 4.7.1

authored by Nick Cao and committed by GitHub 655f2045 a0321d0d

+2 -2
+2 -2
pkgs/applications/version-management/git-cola/default.nix
··· 10 10 11 11 python3Packages.buildPythonApplication rec { 12 12 pname = "git-cola"; 13 - version = "4.7.0"; 13 + version = "4.7.1"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "git-cola"; 18 18 repo = "git-cola"; 19 19 rev = "v${version}"; 20 - hash = "sha256-BiSs3vWJacCtGthHi/nFJm4Hqt0uO6XXZi/Zqvjb928="; 20 + hash = "sha256-93aayGGMgkSghTpx8M5Cfbxf2szAwrSzuoWK6GCTqZ8="; 21 21 }; 22 22 23 23 buildInputs = lib.optionals stdenv.isLinux [