about summary refs log tree commit diff
path: root/pkgs/tools/text/dos2unix
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2014-05-27 21:18:33 +0200
committerRob Vermaas <rob.vermaas@gmail.com>2014-05-27 21:33:07 +0200
commit6bfb25b9e870ef080120108e2b1a94ace725a015 (patch)
treed3fe5b7ec2fb0cdb48a2118cd4dec9caefd103d7 /pkgs/tools/text/dos2unix
parent400e85ae1edd539ec6ebe441bdad1584aa6f9bc7 (diff)
dos2unix: update from 6.0.4 to 6.0.5
Diffstat (limited to 'pkgs/tools/text/dos2unix')
-rw-r--r--pkgs/tools/text/dos2unix/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/dos2unix/default.nix b/pkgs/tools/text/dos2unix/default.nix
index a7d5bed6642ae..dc61723e59776 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 {
-  name = "dos2unix-6.0.4";
+  name = "dos2unix-6.0.5";
   
   src = fetchurl {
-    url = http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.4.tar.gz;
-    sha256 = "0ymkp55shilzcrn60w1ni92gck7pbqxhi9qsnsii7gkz996j5gb6";
+    url = http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.5.tar.gz;
+    sha256 = "13w5blhv0i473y9lyrxh4axz4niyrxcpj4v2qiq3w5kamyp20czx";
   };
 
   configurePhase = ''