forked from mirrors/nixpkgs
dos2unix: 7.3.4 -> 7.4.0
This commit is contained in:
parent
2e4b802e98
commit
3cfa038870
1 changed files with 4 additions and 4 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue