git-cola: 4.10.0 -> 4.10.1 (#367345)

This commit is contained in:
Nick Cao
2024-12-22 09:47:40 -05:00
committed by GitHub
+2 -2
View File
@@ -11,14 +11,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
version = "4.10.0";
version = "4.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
hash = "sha256-nF+QbVkGL8eQFoe/f433uQKc5nKmGuS1fIZC6uMSC2U=";
hash = "sha256-tOd+LSS6inGLRb6Wm92tta0JbjSZw+88hqFDJmSSJlY=";
};
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [