Skip to content

Commit d9d2bfd

Browse files
git-extras: 7.2.0 -> 7.3.0 (#350038)
2 parents a415667 + 2cdd279 commit d9d2bfd

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/version-management/git-extras

1 file changed

+2
-2
lines changed

pkgs/applications/version-management/git-extras/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
pname = "git-extras";
10-
version = "7.2.0";
10+
version = "7.3.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "tj";
1414
repo = "git-extras";
1515
rev = version;
16-
sha256 = "sha256-Zzk133ZJv91zbFz0U9tiv8pb0pAIBt9Y/8PYIaABMGc=";
16+
sha256 = "sha256-0XZwEhDjh+rL6ZEWb60+GUw7hFOS3Xr32hgPNJcOL9I=";
1717
};
1818

1919
postPatch = ''

0 commit comments

Comments
 (0)