3
0
Fork 0
forked from mirrors/nixpkgs

dos2unix: 7.4.4 -> 7.5.0

This commit is contained in:
R. Ryantm 2023-06-04 09:02:35 +00:00
parent cb6775760b
commit 640627bae8

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "dos2unix";
version = "7.4.4";
version = "7.5.0";
src = fetchurl {
url = "https://waterlan.home.xs4all.nl/dos2unix/${pname}-${version}.tar.gz";
sha256 = "sha256-KKhB2wvVgn1kXKup2AFeOnGYPcbjmAcLUofuE3rkQ24=";
sha256 = "sha256-ejsB0B4hTWLCs+BMOpLg3ccoo4VWbkwDVu+mb9brla8=";
};
nativeBuildInputs = [ perl gettext ];