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

git-cola: 4.8.0 -> 4.8.1
This commit is contained in:
Nick Cao 2024-08-04 09:20:17 -04:00 committed by GitHub
commit d458f1056a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
version = "4.8.0";
version = "4.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
hash = "sha256-sm/a790PiSqGYbftxvLiLMifKbMyi3a5Rvlhr9plyrU=";
hash = "sha256-3SCfsLYB4qhvsVo0Ji4WPwIDGcMwQ4M4zKnCOsXGTS0=";
};
buildInputs = lib.optionals stdenv.isLinux [