about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWill Dietz <github@wdtz.org>2018-11-02 19:05:00 -0500
committerGitHub <noreply@github.com>2018-11-02 19:05:00 -0500
commit86cee9771b9c2da600a9d2eab95422252be46d43 (patch)
tree50996b1e9eb3d830482e435cd5ede29eee538252 /pkgs/applications
parent1155e2d8e4f54f4fb84386fcfadc1c67a6ab1b3c (diff)
parent4249f77260b370be22da588e2c824871d939c1b9 (diff)
downloadnixlib-86cee9771b9c2da600a9d2eab95422252be46d43.tar
nixlib-86cee9771b9c2da600a9d2eab95422252be46d43.tar.gz
nixlib-86cee9771b9c2da600a9d2eab95422252be46d43.tar.bz2
nixlib-86cee9771b9c2da600a9d2eab95422252be46d43.tar.lz
nixlib-86cee9771b9c2da600a9d2eab95422252be46d43.tar.xz
nixlib-86cee9771b9c2da600a9d2eab95422252be46d43.tar.zst
nixlib-86cee9771b9c2da600a9d2eab95422252be46d43.zip
Merge pull request #48672 from dtzWill/update/w3m-2018
w3m: 20161120 -> 20180125
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/w3m/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/w3m/default.nix b/pkgs/applications/networking/browsers/w3m/default.nix
index d1561a065269..70eb381c60e8 100644
--- a/pkgs/applications/networking/browsers/w3m/default.nix
+++ b/pkgs/applications/networking/browsers/w3m/default.nix
@@ -15,13 +15,13 @@ assert mouseSupport -> gpm-ncurses != null;
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  name = "w3m-0.5.3+git20161120";
+  name = "w3m-0.5.3+git20180125";
 
   src = fetchFromGitHub {
     owner = "tats";
     repo = "w3m";
-    rev = "v0.5.3+git20161120";
-    sha256 = "06n5a9jdyihkd4xdjmyci32dpqp1k2l5awia5g9ng0bn256bacdc";
+    rev = "v0.5.3+git20180125";
+    sha256 = "0dafdfx1yhrvhbqzslkcapj09dvf64m2jadz3wl2icni0k4msq90";
   };
 
   NIX_LDFLAGS = optionalString stdenv.isSunOS "-lsocket -lnsl";