summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/diffutils
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-04 11:05:53 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-04 11:05:53 +0000
commit47b45f812e88a7b17abe7c90b90f2ac2236bfe94 (patch)
tree8286b567c726ce8d323457e8986aca3719510ebb /pkgs/tools/text/diffutils
parent6d15eabdc19020727c60fbcc4712cff6b74ae6dc (diff)
Updating diffutils
svn path=/nixpkgs/branches/stdenv-updates/; revision=22942
Diffstat (limited to 'pkgs/tools/text/diffutils')
-rw-r--r--pkgs/tools/text/diffutils/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/diffutils/default.nix b/pkgs/tools/text/diffutils/default.nix
index d75485cf0473..4fde88d92626 100644
--- a/pkgs/tools/text/diffutils/default.nix
+++ b/pkgs/tools/text/diffutils/default.nix
@@ -1,11 +1,11 @@
{stdenv, fetchurl, coreutils ? null}:
stdenv.mkDerivation {
- name = "diffutils-2.8.1";
+ name = "diffutils-3.0";
src = fetchurl {
- url = mirror://gnu/diffutils/diffutils-2.8.1.tar.gz;
- md5 = "71f9c5ae19b60608f6c7f162da86a428";
+ url = mirror://gnu/diffutils/diffutils-3.0.tar.gz;
+ sha256 = "02g8i6jv0j0vr5nl13ns50lv2dbjy9kkk8jvp11n0g5fpdjizf9g";
};
/* If no explicit coreutils is given, use the one from stdenv. */