dos2unix: 7.3.4 -> 7.4.0
This commit is contained in:
parent
2e4b802e98
commit
3cfa038870
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dos2unix-${version}";
|
name = "dos2unix-${version}";
|
||||||
version = "7.3.4";
|
version = "7.4.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://waterlan.home.xs4all.nl/dos2unix/${name}.tar.gz";
|
url = "https://waterlan.home.xs4all.nl/dos2unix/${name}.tar.gz";
|
||||||
sha256 = "1i9hbxn0br7xa18z4bjpkdv7mrzmbfxhm44mzpd07yd2qnxsgkcc";
|
sha256 = "12h4c61g376bhq03y5g2xszkrkrj5hwd928rly3xsp6rvfmnbixs";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Tools to transform text files from dos to unix formats and vicervesa";
|
description = "Tools to transform text files from dos to unix formats and vicervesa";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [viric ndowens ];
|
maintainers = with maintainers; [viric ndowens ];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user