dos2unix: update from 5.3.1 to 6.0.3

This commit is contained in:
Nixpkgs Monitor 2013-12-18 15:29:36 +02:00 committed by Evgeny Egorochkin
parent 8d2d9f6d21
commit b89bcaef22

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, perl, gettext }:
stdenv.mkDerivation {
name = "dos2unix-5.3.1";
name = "dos2unix-6.0.3";
src = fetchurl {
url = http://waterlan.home.xs4all.nl/dos2unix/dos2unix-5.3.1.tar.gz;
sha256 = "0bwqw3wi0j4f1x8d39xw5v57ac0bc58j41vjx8v2qm1smg9jyci1";
url = http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.3.tar.gz;
sha256 = "014sxyidqmjvc5xp5dmcimxd3apl8gyv6whc44vkb65151dqq9pm";
};
configurePhase = ''