summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2024-06-27 02:01:07 +0400
committerGitHub <noreply@github.com>2024-06-27 02:01:07 +0400
commit72f92f567f50917f0f5c12c1a94dbaeb5a012074 (patch)
tree5bb7d3fe150c4058adad7000cfe895950b0a0a54 /pkgs
parent9d5a155f721193f5ed60a9b660376e9a7337ebf1 (diff)
parent169fbf6464dbb6c98aabf70e7417dac8d610c4bb (diff)
Merge pull request #322001 from bobvanderlinden/git-cola-4.8.0
git-cola: 4.7.1 -> 4.8.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/git-cola/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-cola/default.nix b/pkgs/applications/version-management/git-cola/default.nix
index f51b9995746a..870479f11f82 100644
--- a/pkgs/applications/version-management/git-cola/default.nix
+++ b/pkgs/applications/version-management/git-cola/default.nix
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
- version = "4.7.1";
+ version = "4.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
- hash = "sha256-93aayGGMgkSghTpx8M5Cfbxf2szAwrSzuoWK6GCTqZ8=";
+ hash = "sha256-sm/a790PiSqGYbftxvLiLMifKbMyi3a5Rvlhr9plyrU=";
};
buildInputs = lib.optionals stdenv.isLinux [