about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-06-25 15:46:31 +0100
committerGitHub <noreply@github.com>2022-06-25 15:46:31 +0100
commit71767774b68235fe84557cf5685e8c193479c8cb (patch)
tree385f321b6b275f3443555df0f151809a3027dfa2 /pkgs
parent0100c5e564462ca83aed241c58a3427783737a26 (diff)
parent16d3546a4b6685ec72ac429dcc26dfc3bd471063 (diff)
Merge pull request #179014 from r-ryantm/auto-update/dos2unix
dos2unix: 7.4.2 -> 7.4.3
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 f694b91762c55..6a0c5fc57ee93 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.2";
+  version = "7.4.3";
 
   src = fetchurl {
     url = "https://waterlan.home.xs4all.nl/dos2unix/${pname}-${version}.tar.gz";
-    sha256 = "00dfsf4rfyjb5j12gan8xjiirm0asshdz6dmd3l34a7ays6wadb0";
+    sha256 = "sha256-to20GVba+TOChCOqMFEOAMEtKe9ZFucV6NTmlP5mynI=";
   };
 
   nativeBuildInputs = [ perl gettext ];