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

git-cola: 4.4.1 -> 4.5.0

authored by Nikolay Korotkiy and committed by GitHub 7becb6d7 346704b8

+2 -2
+2 -2
pkgs/applications/version-management/git-cola/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "git-cola"; 5 - version = "4.4.1"; 6 7 src = fetchFromGitHub { 8 owner = "git-cola"; 9 repo = "git-cola"; 10 rev = "v${version}"; 11 - hash = "sha256-PtV2mzxOfZ88THiFD4K+qtOi41GeLF1GcdiFFhUR8Ak="; 12 }; 13 14 buildInputs = lib.optionals stdenv.isLinux [ qt5.qtwayland ];
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "git-cola"; 5 + version = "4.5.0"; 6 7 src = fetchFromGitHub { 8 owner = "git-cola"; 9 repo = "git-cola"; 10 rev = "v${version}"; 11 + hash = "sha256-HORGtpiZGWpeRDhr4E9KW5LSAD6r74l7rl6RhhVtiJo="; 12 }; 13 14 buildInputs = lib.optionals stdenv.isLinux [ qt5.qtwayland ];