File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/version-management/git-and-tools/tig Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55stdenv . 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 } ;
You can’t perform that action at this time.
0 commit comments