about summary refs log tree commit diff
path: root/pkgs/tools/text/dos2unix
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-06 21:57:59 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-06 21:57:59 +0200
commit60b174966c88496fb21d41671b87f227bc338b4b (patch)
tree87781f1b5289038baf861db68fa7d3230b859353 /pkgs/tools/text/dos2unix
parentc892ba93b427c548967327c7f1088a3539625c2e (diff)
dos2unix: update from 6.0.6 to 7.0
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 6851ca8967832..9e21bd2f8fa7f 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.6";
+  name = "dos2unix-7.0";
   
   src = fetchurl {
-    url = http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.6.tar.gz;
-    sha256 = "0xnj4gmav1ypkgwmqldnq41b6l3cg08dyngkbygn9vrhlvlx9fwa";
+    url = http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.0.tar.gz;
+    sha256 = "0az7nkgddnmimb88sj004klszbvkir02f4zlnij8drc6b80gw6jm";
   };
 
   configurePhase = ''