3
0
Fork 0
forked from mirrors/nixpkgs

dos2unix: 7.2.2 -> 7.3

This commit is contained in:
William A. Kennington III 2015-08-30 10:56:41 -07:00
parent 0210ecab70
commit d96b30f5b0

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, perl, gettext }:
stdenv.mkDerivation rec {
name = "dos2unix-7.2.2";
name = "dos2unix-7.3";
src = fetchurl {
url = "http://waterlan.home.xs4all.nl/dos2unix/${name}.tar.gz";
sha256 = "04i6kkl6l1vp1b81i0wncixwyab2dzmh7vp1cvma8zr6jrr908ww";
sha256 = "1la496gpc7b1vka36bs54pf85jfbwa6fdplgj6lamvbj59azfxc1";
};
configurePhase = ''