Revert "diffutils: 3.3 -> 3.4"

This reverts commit 99f242bd00.
It will go into staging before getting into master.
This commit is contained in:
Lancelot SIX 2016-08-10 14:52:20 +02:00
parent 9c381612ba
commit c4b77c0f7c

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, xz, coreutils ? null }:
stdenv.mkDerivation rec {
name = "diffutils-3.4";
name = "diffutils-3.3";
src = fetchurl {
url = "mirror://gnu/diffutils/${name}.tar.xz";
sha256 = "1qlw328qpbss07zrb14ls0rhnhbvxrnssgbmrxxj2gdcy8jw0lyv";
sha256 = "1761vymxbp4wb5rzjvabhdkskk95pghnn67464byvzb5mfl8jpm2";
};
outputs = [ "out" "info" ];