mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
dos2unix: update from 5.3.1 to 6.0.3
This commit is contained in:
parent
8d2d9f6d21
commit
b89bcaef22
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user