Merge pull request #55381 from teto/vteng0.54

vte-ng: 0.50.2.a -> 0.54.2.a
This commit is contained in:
Jörg Thalheim 2019-02-08 07:54:30 +00:00 committed by GitHub
commit 63454eb863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
vte.overrideAttrs (oldAttrs: rec { vte.overrideAttrs (oldAttrs: rec {
name = "vte-ng-${version}"; name = "vte-ng-${version}";
version = "0.50.2.a"; version = "0.54.2.a";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "thestinger"; owner = "thestinger";
repo = "vte-ng"; repo = "vte-ng";
rev = version; rev = version;
sha256 = "0i6hfzw9sq8521kz0l7lld2km56r0bfp1hw6kxq3j1msb8z8svcf"; sha256 = "1r7d9m07cpdr4f7rw3yx33hmp4jmsk0dn5byq5wgksb2qjbc4ags";
}; };
preConfigure = oldAttrs.preConfigure + "; NOCONFIGURE=1 ./autogen.sh"; preConfigure = oldAttrs.preConfigure + "; NOCONFIGURE=1 ./autogen.sh";