Skip to content

Commit 6964689

Browse files
committed
gitAndTools.tig: 2.5.1 -> 2.5.2
ChangeLog: https://github.com/jonas/tig/releases/tag/tig-2.5.2
1 parent 5852a21 commit 6964689

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/version-management/git-and-tools/tig

1 file changed

+3
-3
lines changed

pkgs/applications/version-management/git-and-tools/tig/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
stdenv.mkDerivation rec {
66
pname = "tig";
7-
version = "2.5.1";
7+
version = "2.5.2";
88

99
src = fetchFromGitHub {
1010
owner = "jonas";
1111
repo = pname;
1212
rev = "${pname}-${version}";
13-
sha256 = "0wxcbfqsk8p84zizy6lf3gp5j122wrf8c7xlipki6nhcfhksn33b";
13+
sha256 = "sha256-kkH4px34VpnO/S1VjgQGU9Mm4/VpmiOtvlz2ubtStAk=";
1414
};
1515

1616
nativeBuildInputs = [ makeWrapper autoreconfHook asciidoc xmlto docbook_xsl docbook_xml_dtd_45 findXMLCatalogs pkg-config ];
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
4949
meta = with lib; {
5050
homepage = "https://jonas.github.io/tig/";
5151
description = "Text-mode interface for git";
52-
maintainers = with maintainers; [ bjornfor domenkozar qknight globin ];
52+
maintainers = with maintainers; [ bjornfor domenkozar qknight globin ma27 ];
5353
license = licenses.gpl2Plus;
5454
platforms = platforms.unix;
5555
};

0 commit comments

Comments
 (0)