git-extras: 7.3.0 -> 7.4.0

This commit is contained in:
R. Ryantm
2025-06-20 07:09:42 +00:00
parent 63bd3100b8
commit 9d48976ccc
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "git-extras";
version = "7.3.0";
version = "7.4.0";
src = fetchFromGitHub {
owner = "tj";
repo = "git-extras";
rev = version;
sha256 = "sha256-0XZwEhDjh+rL6ZEWb60+GUw7hFOS3Xr32hgPNJcOL9I=";
sha256 = "sha256-xxBmOAJgoVR+K3gEM5KFKyWenwFnar+zF26HnTG5vuw=";
};
postPatch = ''