summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/dos2unix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-24 14:27:14 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-10-24 14:27:14 +0000
commit6d3efc39fa7910d82df7dfa321722a1a6175f4f7 (patch)
treed12e5adac563c9e3b3fd2334606ba8ec58393c1f /pkgs/tools/text/dos2unix
parent579daedfca6cd4e4cb79fbaf703f84e79960de98 (diff)
dos2unix: 7.4.1 -> 7.4.2
Diffstat (limited to 'pkgs/tools/text/dos2unix')
-rw-r--r--pkgs/tools/text/dos2unix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/dos2unix/default.nix b/pkgs/tools/text/dos2unix/default.nix
index b7efe02f4cdb..b85d33d887aa 100644
--- a/pkgs/tools/text/dos2unix/default.nix
+++ b/pkgs/tools/text/dos2unix/default.nix
@@ -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 ];