Merge pull request #101558 from r-ryantm/auto-update/dos2unix

dos2unix: 7.4.1 -> 7.4.2
This commit is contained in:
Maximilian Bosch 2020-10-24 18:20:36 +02:00 committed by GitHub
commit 4a4015a6d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "dos2unix";
version = "7.4.1";
version = "7.4.2";
src = fetchurl {
url = "https://waterlan.home.xs4all.nl/dos2unix/${pname}-${version}.tar.gz";
sha256 = "08w6yywzirsxq8bh87jycvvw922ybhc2l426j2iqzliyn1h8mm8w";
sha256 = "00dfsf4rfyjb5j12gan8xjiirm0asshdz6dmd3l34a7ays6wadb0";
};
nativeBuildInputs = [ perl gettext ];