GNU wdiff 1.10.

svn path=/nixpkgs/trunk/; revision=30665
This commit is contained in:
Ludovic Courtès 2011-12-01 22:43:53 +00:00
parent 170399a858
commit 95696578a9
1 changed files with 2 additions and 2 deletions

View File

@ -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.