3
0
Fork 0
forked from mirrors/nixpkgs

GNU wdiff 1.0.1.

svn path=/nixpkgs/trunk/; revision=29317
This commit is contained in:
Ludovic Courtès 2011-09-17 10:09:39 +00:00
parent 4fe98cdc02
commit e15f102b5f

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, which, screen }: { stdenv, fetchurl, which, screen }:
let let
name = "wdiff-1.0.0"; name = "wdiff-1.0.1";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
inherit name; inherit name;
src = fetchurl { src = fetchurl {
url = "mirror://gnu/wdiff/${name}.tar.gz"; url = "mirror://gnu/wdiff/${name}.tar.gz";
sha256 = "00p0yww8dfszzhbwkfl4v5l9r55v9qznx3p089l2m2drjb1ahp3v"; sha256 = "1jyg8vmdlazpcwii8a1ddbc0sxcklp9cvj5y0x9zqaybvwzg9r4l";
}; };
# Required for the compile-time for the test suite. # Required for the compile-time for the test suite.