Merge pull request #13477 from cstrahan/vte-ng

vte-ng: 0.42.1.a -> 0.42.4.a
This commit is contained in:
zimbatm 2016-02-26 10:46:06 +00:00
commit d8c3a83b5c

View File

@ -43,12 +43,12 @@ let baseAttrs = rec {
in stdenv.mkDerivation ( baseAttrs in stdenv.mkDerivation ( baseAttrs
// stdenv.lib.optionalAttrs selectTextPatch rec { // stdenv.lib.optionalAttrs selectTextPatch rec {
name = "vte-ng-${version}"; name = "vte-ng-${version}";
version = "0.42.1.a"; version = "0.42.4.a";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "thestinger"; owner = "thestinger";
repo = "vte-ng"; repo = "vte-ng";
rev = version; rev = version;
sha256 = "1296rvngixi6l31mhhaks6vr1xyqw8h6n5hwknadrlk95nknrpxm"; sha256 = "1w91lz30j5lrskp9ds5j3nn27m5mpdpn7nlcvf5y1w63mpmjg8k1";
}; };
# slightly hacky; I couldn't make it work with autoreconfHook # slightly hacky; I couldn't make it work with autoreconfHook
configureScript = "./autogen.sh"; configureScript = "./autogen.sh";