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

git-cola: 3.10.1 -> 3.11.0

authored by

figsoda and committed by
GitHub
1b179bef d5682916

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/git-cola/default.nix
··· 5 5 6 6 in buildPythonApplication rec { 7 7 pname = "git-cola"; 8 - version = "3.10.1"; 8 + version = "3.11.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "git-cola"; 12 12 repo = "git-cola"; 13 13 rev = "v${version}"; 14 - sha256 = "120hds7v29v70qxz20ppxf2glmgbah16v7jyy9i6hb6cfqp68vr8"; 14 + sha256 = "1s58wlpnndypx1q0m9fx8jmcd6hzqvrwdaxxrk7gn5nf423wq4xv"; 15 15 }; 16 16 17 17 buildInputs = [ git gettext ];