summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/dwb
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2014-04-20 00:59:06 +0400
committerRok Garbas <rok@garbas.si>2014-04-20 10:51:21 +0100
commit5ed0347063e95aea44b0241cb22cbd9b2afcf77a (patch)
tree2a9ef9ba83ad0731af8bedf271c4234b2472d116 /pkgs/applications/networking/browsers/dwb
parentb614ea22d459a34ed6163ab5d94ae6cd28ee2016 (diff)
downloadnixlib-5ed0347063e95aea44b0241cb22cbd9b2afcf77a.tar
nixlib-5ed0347063e95aea44b0241cb22cbd9b2afcf77a.tar.gz
nixlib-5ed0347063e95aea44b0241cb22cbd9b2afcf77a.tar.bz2
nixlib-5ed0347063e95aea44b0241cb22cbd9b2afcf77a.tar.lz
nixlib-5ed0347063e95aea44b0241cb22cbd9b2afcf77a.tar.xz
nixlib-5ed0347063e95aea44b0241cb22cbd9b2afcf77a.tar.zst
nixlib-5ed0347063e95aea44b0241cb22cbd9b2afcf77a.zip
dwb: update
Diffstat (limited to 'pkgs/applications/networking/browsers/dwb')
-rw-r--r--pkgs/applications/networking/browsers/dwb/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/browsers/dwb/default.nix b/pkgs/applications/networking/browsers/dwb/default.nix
index dcdbe724194b..010dbd168a8d 100644
--- a/pkgs/applications/networking/browsers/dwb/default.nix
+++ b/pkgs/applications/networking/browsers/dwb/default.nix
@@ -2,15 +2,15 @@
   m4, glib_networking, gsettings_desktop_schemas }:
 
 stdenv.mkDerivation {
-  name = "dwb-2014-03-27";
+  name = "dwb-2014-04-20";
 
   src = fetchgit {
     url = "https://bitbucket.org/portix/dwb.git";
-    rev = "4566d58575fbf687ebe9e3414996c45697b62787";
-    sha256 = "145sq2wv0s0n32cwpwgy59ff6ppcv80ialak7nnj1rpqicfqb72h";
+    rev = "117a6a8cdb84b30b0c084dee531b650664d09ba2";
+    sha256 = "1k1nax3ij64b2hbn9paqj128yyzy41b61xd2m1ayq9y17k9als0b";
   };
 
-  buildInputs = [ pkgconfig makeWrapper gsettings_desktop_schemas libsoup webkit gtk3 gnutls json_c m4  ];
+  buildInputs = [ pkgconfig makeWrapper gsettings_desktop_schemas libsoup webkit gtk3 gnutls json_c m4 ];
 
   # There are Xlib and gtk warnings therefore I have set Wno-error
   preBuild=''