git-extras: 7.4.0 -> 7.5.0

This commit is contained in:
R. Ryantm
2026-05-11 15:37:41 +02:00
committed by Sandro Jäckel
parent b9a9d4f443
commit f1d2463438
+4 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "git-extras";
version = "7.4.0";
version = "7.5.0";
src = fetchFromGitHub {
owner = "tj";
repo = "git-extras";
rev = finalAttrs.version;
sha256 = "sha256-xxBmOAJgoVR+K3gEM5KFKyWenwFnar+zF26HnTG5vuw=";
tag = finalAttrs.version;
sha256 = "sha256-BmRLwdaP6Ic8cCtqPFaExEeqeE51l8JzzDmIfxz8Nvs=";
};
postPatch = ''
@@ -39,6 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
changelog = "https://github.com/tj/git-extras/releases/tag/${finalAttrs.src.tag}";
homepage = "https://github.com/tj/git-extras";
description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more";
license = lib.licenses.mit;