about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMarius Bakke <m.bakke@warwick.ac.uk>2016-04-15 21:26:17 +0100
committerMarius Bakke <m.bakke@warwick.ac.uk>2016-04-15 21:26:17 +0100
commit2500945b31f218b142cc81f2d8ae120b21317c47 (patch)
treeb10ad0cc64741a4252525398b17dec9c7eb48da8 /pkgs/applications
parent64a16dee9f35cbf54eeda66833c20bc917b6e9cf (diff)
downloadnixlib-2500945b31f218b142cc81f2d8ae120b21317c47.tar
nixlib-2500945b31f218b142cc81f2d8ae120b21317c47.tar.gz
nixlib-2500945b31f218b142cc81f2d8ae120b21317c47.tar.bz2
nixlib-2500945b31f218b142cc81f2d8ae120b21317c47.tar.lz
nixlib-2500945b31f218b142cc81f2d8ae120b21317c47.tar.xz
nixlib-2500945b31f218b142cc81f2d8ae120b21317c47.tar.zst
nixlib-2500945b31f218b142cc81f2d8ae120b21317c47.zip
dwb: 2015-07-07 -> 2016-03-21
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/dwb/default.nix12
1 files changed, 4 insertions, 8 deletions
diff --git a/pkgs/applications/networking/browsers/dwb/default.nix b/pkgs/applications/networking/browsers/dwb/default.nix
index d79a5215ce21..7d775e6a1573 100644
--- a/pkgs/applications/networking/browsers/dwb/default.nix
+++ b/pkgs/applications/networking/browsers/dwb/default.nix
@@ -2,12 +2,12 @@
 , json_c, m4, glib_networking, gsettings_desktop_schemas, dconf }:
 
 stdenv.mkDerivation {
-  name = "dwb-2015-07-07";
+  name = "dwb-2016-03-21";
 
   src = fetchgit {
-    url = "https://bitbucket.org/0mark/dwb_collect";
-    rev = "9a50dcc7134015c6cb1d26afb77840cf69f7c782";
-    sha256 = "03nyr3c0x5b1jqax0zh407vvi4j47zkj1i52lqs35j2d2sci3lkb";
+    url = "https://bitbucket.org/portix/dwb";
+    rev = "7fb82bc1db36a5d1d2436088c9b58054d2c51f96";
+    sha256 = "16y3cfk4bq89d1lzpj4ci4gq9cx5m2br5i7kmw5rv396527yvn0i";
   };
 
   buildInputs = [ pkgconfig makeWrapper gsettings_desktop_schemas libsoup
@@ -30,9 +30,5 @@ stdenv.mkDerivation {
     platforms = platforms.mesaPlatforms;
     maintainers = with maintainers; [ pSub ];
     license = licenses.gpl3;
-
-    # dwb is no longer maintained by portix and efforts to keep it alive
-    # were not successful, see issue #7952 for discussion.
-    broken = true;
   };
 }