summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/dos2unix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-01-09 16:46:03 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-01-09 16:46:03 +0000
commitb898959fc7b560bd175bfd4f36d703d238e8b685 (patch)
tree2c144c4b46dcf93a3e2d3ce535763fe8286ab2c1 /pkgs/tools/text/dos2unix
parent2b7b3aa5e08812f9f176bc910ecc4671e27256b0 (diff)
dos2unix: 7.3 -> 7.3.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 f215c635de5b..c4bb077ef233 100644
--- a/pkgs/tools/text/dos2unix/default.nix
+++ b/pkgs/tools/text/dos2unix/default.nix
@@ -1,11 +1,11 @@
{stdenv, fetchurl, perl, gettext }:
stdenv.mkDerivation rec {
- name = "dos2unix-7.3";
+ name = "dos2unix-7.3.2";
src = fetchurl {
url = "http://waterlan.home.xs4all.nl/dos2unix/${name}.tar.gz";
- sha256 = "1la496gpc7b1vka36bs54pf85jfbwa6fdplgj6lamvbj59azfxc1";
+ sha256 = "12c68c6wjnwrkyjj99fn6d0i4bf53aldj259lhjwq0g0nc5yxs67";
};
configurePhase = ''