vimb: 2.11 -> 3.1.0

Updates vimb to no longer depend on webkitgtk24x.
This commit is contained in:
S. Nordin Abouzahra 2018-01-16 08:49:03 -05:00
parent 02393338dc
commit 7f2f7e367b
2 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "vimb-${version}";
version = "2.11";
version = "3.1.0";
src = fetchurl {
url = "https://github.com/fanglingsu/vimb/archive/${version}.tar.gz";
sha256 = "0d9rankzgmnx5423pyfkbxy0qxw3ck2vrdjdnlhddy15wkk87i9f";
sha256 = "1gws028c2v1zh6r142hmjvi2m447lwqqh65m6z3dzcar2yw35z3f";
};
nativeBuildInputs = [ pkgconfig ];

View File

@ -20034,7 +20034,7 @@ with pkgs;
vimprobable2 = wrapFirefox vimprobable2-unwrapped { };
vimb-unwrapped = callPackage ../applications/networking/browsers/vimb {
webkit = webkitgtk24x-gtk2;
webkit = webkitgtk218x;
};
vimb = wrapFirefox vimb-unwrapped { };