summary refs log tree commit diff
path: root/pkgs/tools/filesystems/mtools/default.nix
diff options
context:
space:
mode:
authorMichael Adler <therisen06@gmail.com>2023-03-22 14:21:00 +0100
committerEmery Hemingway <ehmry@posteo.net>2023-04-05 15:20:55 +0000
commitaf4d85ba89438a88d69e41729222ef427f051623 (patch)
tree926a1525ab91f04d9b1eb848e359e37e36426cd3 /pkgs/tools/filesystems/mtools/default.nix
parentdbd2e9514884e88772da40fb3dcf46be65db5a6f (diff)
downloadnixpkgs-af4d85ba89438a88d69e41729222ef427f051623.tar
nixpkgs-af4d85ba89438a88d69e41729222ef427f051623.tar.gz
nixpkgs-af4d85ba89438a88d69e41729222ef427f051623.tar.bz2
nixpkgs-af4d85ba89438a88d69e41729222ef427f051623.tar.lz
nixpkgs-af4d85ba89438a88d69e41729222ef427f051623.tar.xz
nixpkgs-af4d85ba89438a88d69e41729222ef427f051623.tar.zst
nixpkgs-af4d85ba89438a88d69e41729222ef427f051623.zip
mtools: 4.0.42 -> 4.0.43
Diffstat (limited to 'pkgs/tools/filesystems/mtools/default.nix')
-rw-r--r--pkgs/tools/filesystems/mtools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/mtools/default.nix b/pkgs/tools/filesystems/mtools/default.nix
index a012a9f7e53..9045699e2e3 100644
--- a/pkgs/tools/filesystems/mtools/default.nix
+++ b/pkgs/tools/filesystems/mtools/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "mtools";
-  version = "4.0.42";
+  version = "4.0.43";
 
   src = fetchurl {
     url = "mirror://gnu/mtools/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-ZL/f3k2Cr2si88HHLD4jHLthj0wjCcxG9U0W1VAszxU=";
+    sha256 = "sha256-VB4XlmXcTicrlgLyB0JDWRoVfaicxHBk2oxYKdvSszk=";
   };
 
   patches = lib.optional stdenv.isDarwin ./UNUSED-darwin.patch;