aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/text/wdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-12-01 22:43:53 +0000
committerLudovic Courtès <ludo@gnu.org>2011-12-01 22:43:53 +0000
commit95696578a9c2e8b47e4940a024e7888a9af9f10e (patch)
tree40b3ea3847e42a7723602b3d585b9a478e110d2e /pkgs/tools/text/wdiff
parent170399a8589b00fe12fbbe6b45942873fee54d08 (diff)
GNU wdiff 1.10.
svn path=/nixpkgs/trunk/; revision=30665
Diffstat (limited to 'pkgs/tools/text/wdiff')
-rw-r--r--pkgs/tools/text/wdiff/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/wdiff/default.nix b/pkgs/tools/text/wdiff/default.nix
index 5f1fe24bc83b..0d0576ee4a76 100644
--- a/pkgs/tools/text/wdiff/default.nix
+++ b/pkgs/tools/text/wdiff/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, which, screen }:
let
- name = "wdiff-1.0.1";
+ name = "wdiff-1.1.0";
in
stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "mirror://gnu/wdiff/${name}.tar.gz";
- sha256 = "1jyg8vmdlazpcwii8a1ddbc0sxcklp9cvj5y0x9zqaybvwzg9r4l";
+ sha256 = "1lg5lz78xij4jjifv8fj68ixr9mha1c5vp8xzyg6rdx6ynkvnm5i";
};
# Required for the compile-time for the test suite.