summary refs log tree commit diff
path: root/pkgs/development/libraries/qtwebkit-plugins
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2019-06-03 16:56:19 +0300
committerNikolay Amiantov <ab@fmap.me>2019-06-03 17:01:04 +0300
commit28bd05ce62957f7a513ec6f79613b53e702b82a1 (patch)
treec10d503a19d47cd91aa0454518cdd0ccdf8b1a7b /pkgs/development/libraries/qtwebkit-plugins
parentd5b80803329cf0ec170efdc317c7f24944f4eec2 (diff)
downloadnixpkgs-28bd05ce62957f7a513ec6f79613b53e702b82a1.tar
nixpkgs-28bd05ce62957f7a513ec6f79613b53e702b82a1.tar.gz
nixpkgs-28bd05ce62957f7a513ec6f79613b53e702b82a1.tar.bz2
nixpkgs-28bd05ce62957f7a513ec6f79613b53e702b82a1.tar.lz
nixpkgs-28bd05ce62957f7a513ec6f79613b53e702b82a1.tar.xz
nixpkgs-28bd05ce62957f7a513ec6f79613b53e702b82a1.tar.zst
nixpkgs-28bd05ce62957f7a513ec6f79613b53e702b82a1.zip
libsForQt5.qtwebkit-plugins: 2015-05-09 -> 2017-01-25
Diffstat (limited to 'pkgs/development/libraries/qtwebkit-plugins')
-rw-r--r--pkgs/development/libraries/qtwebkit-plugins/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/qtwebkit-plugins/default.nix b/pkgs/development/libraries/qtwebkit-plugins/default.nix
index 07209be0dce..46a9785739a 100644
--- a/pkgs/development/libraries/qtwebkit-plugins/default.nix
+++ b/pkgs/development/libraries/qtwebkit-plugins/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchFromGitHub, qmake, qtwebkit, hunspell }:
 
 stdenv.mkDerivation {
-  name = "qtwebkit-plugins-2015-05-09";
+  name = "qtwebkit-plugins-2017-01-25";
 
   src = fetchFromGitHub {
     owner = "QupZilla";
     repo = "qtwebkit-plugins";
-    rev = "4e2e0402abd847346bec704be5305ba849eb754b";
-    sha256 = "0xyq25l56jgdxgqqv0380brhw9gg0hin5hyrf1j6d3c8k1gka20m";
+    rev = "b58ee9d5b31977491662aa4e8bee16404638bf14";
+    sha256 = "04wvlhdj45g1v1a3zl0pkf9r72i22h1br10lhhrgad7ypym974gw";
   };
 
   nativeBuildInputs = [ qmake ];