libsForQt5.qtwebkit-plugins: 2015-05-09 -> 2017-01-25

This commit is contained in:
Nikolay Amiantov 2019-06-03 16:56:19 +03:00
parent d5b8080332
commit 28bd05ce62

View File

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, qmake, qtwebkit, hunspell }: { stdenv, fetchFromGitHub, qmake, qtwebkit, hunspell }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "qtwebkit-plugins-2015-05-09"; name = "qtwebkit-plugins-2017-01-25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "QupZilla"; owner = "QupZilla";
repo = "qtwebkit-plugins"; repo = "qtwebkit-plugins";
rev = "4e2e0402abd847346bec704be5305ba849eb754b"; rev = "b58ee9d5b31977491662aa4e8bee16404638bf14";
sha256 = "0xyq25l56jgdxgqqv0380brhw9gg0hin5hyrf1j6d3c8k1gka20m"; sha256 = "04wvlhdj45g1v1a3zl0pkf9r72i22h1br10lhhrgad7ypym974gw";
}; };
nativeBuildInputs = [ qmake ]; nativeBuildInputs = [ qmake ];