wdiff: Update to 1.1.2 to fix the build

http://hydra.nixos.org/build/3875995
This commit is contained in:
Eelco Dolstra 2013-01-28 17:47:12 +01:00
parent 163c1d3acf
commit d1d0720861

View File

@ -1,14 +1,11 @@
{ stdenv, fetchurl, which, screen }: { stdenv, fetchurl, which, screen }:
let stdenv.mkDerivation rec {
name = "wdiff-1.1.0"; name = "wdiff-1.1.2";
in
stdenv.mkDerivation {
inherit name;
src = fetchurl { src = fetchurl {
url = "mirror://gnu/wdiff/${name}.tar.gz"; url = "mirror://gnu/wdiff/${name}.tar.gz";
sha256 = "1lg5lz78xij4jjifv8fj68ixr9mha1c5vp8xzyg6rdx6ynkvnm5i"; sha256 = "0q78y5awvjjmsvizqilbpwany62shlmlq2ayxkjbygmdafpk1k8j";
}; };
# Required for the compile-time for the test suite. # Required for the compile-time for the test suite.