about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-04 18:56:17 +0200
committerGitHub <noreply@github.com>2023-06-04 18:56:17 +0200
commit0c1d274ef976af54b5cffc1f93517fe9e5dae016 (patch)
tree3724ba74452af0fed9c46a2962a0407c04a80346 /pkgs
parenta01c55bcbfac0c047683e9a9fad443afaec1ae29 (diff)
parent640627bae85de92f9fae5b30611b6b6120f045b5 (diff)
Merge pull request #235908 from r-ryantm/auto-update/dos2unix
dos2unix: 7.4.4 -> 7.5.0
Diffstat (limited to 'pkgs')
-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 c6c92b876ffad..a76432d76c05e 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.4";
+  version = "7.5.0";
 
   src = fetchurl {
     url = "https://waterlan.home.xs4all.nl/dos2unix/${pname}-${version}.tar.gz";
-    sha256 = "sha256-KKhB2wvVgn1kXKup2AFeOnGYPcbjmAcLUofuE3rkQ24=";
+    sha256 = "sha256-ejsB0B4hTWLCs+BMOpLg3ccoo4VWbkwDVu+mb9brla8=";
   };
 
   nativeBuildInputs = [ perl gettext ];