3
0
Fork 0
forked from mirrors/nixpkgs

dos2unix: update from 6.0.4 to 6.0.5

This commit is contained in:
Rob Vermaas 2014-05-27 21:18:33 +02:00
parent 400e85ae1e
commit 6bfb25b9e8

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, perl, gettext }:
stdenv.mkDerivation {
name = "dos2unix-6.0.4";
name = "dos2unix-6.0.5";
src = fetchurl {
url = http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.4.tar.gz;
sha256 = "0ymkp55shilzcrn60w1ni92gck7pbqxhi9qsnsii7gkz996j5gb6";
url = http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.5.tar.gz;
sha256 = "13w5blhv0i473y9lyrxh4axz4niyrxcpj4v2qiq3w5kamyp20czx";
};
configurePhase = ''