about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-30 09:34:28 +0100
committerGitHub <noreply@github.com>2024-01-30 09:34:28 +0100
commitdbbcf3e28c92309cc7e8d6a3878010e86c7a360b (patch)
treed43433e16deac86038900fae06115771b26dc64b /pkgs/tools/text
parentb84f1168f9923ac849b666545c9e6a7ab3b45c82 (diff)
parent4bfc0c81cad0e3bd75b0b63ee85d3ffd0c1a472b (diff)
Merge pull request #283454 from r-ryantm/auto-update/dos2unix
dos2unix: 7.5.1 -> 7.5.2
Diffstat (limited to 'pkgs/tools/text')
-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 5505893b4ec61..9785b21e0dcb3 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.5.1";
+  version = "7.5.2";
 
   src = fetchurl {
     url = "https://waterlan.home.xs4all.nl/dos2unix/${pname}-${version}.tar.gz";
-    sha256 = "sha256-2gd4i7LgKbDWP2Rx0Wb2hSis2Nos8UgjoYjoqdXB/BU=";
+    sha256 = "sha256-JkdCRGYIRC60j5bCCvbaMDyzqSs2TnLLfiT4gjnEvzo=";
   };
 
   nativeBuildInputs = [ perl gettext ];