Skip to content

Commit

Permalink
tig: 2.3.0 -> 2.3.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 99c5976)
  • Loading branch information
mimame authored and bjornfor committed Dec 26, 2017
1 parent 53e6d67 commit 8ea4671
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,14 +4,14 @@

stdenv.mkDerivation rec {
pname = "tig";
version = "2.3.0";
version = "2.3.2";
name = "${pname}-${version}";

src = fetchFromGitHub {
owner = "jonas";
repo = pname;
rev = name;
sha256 = "04qw3fyamm1lka9vh7adrkr2mcnwcch9ya5sph51jx6d4jz1lih5";
sha256 = "14cdlrdxbl8vzqw86fm3wyaixh607z47shc4dwd6rd9vj05w0m97";
};

nativeBuildInputs = [ makeWrapper autoreconfHook asciidoc xmlto docbook_xsl docbook_xml_dtd_45 findXMLCatalogs pkgconfig ];
Expand Down

0 comments on commit 8ea4671

Please sign in to comment.