lol

mtools: 4.0.27 -> 4.0.31

See https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00011.html
for release information

authored by

Lancelot SIX and committed by
Bjørn Forsman
34e5bf44 05657665

+2 -2
+2 -2
pkgs/tools/filesystems/mtools/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mtools"; 5 - version = "4.0.27"; 5 + version = "4.0.31"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://gnu/mtools/${pname}-${version}.tar.bz2"; 9 - sha256 = "1crqi10adwfahj8xyw60lx70hkpcc5g00b5r8277cm2f4kcwi24w"; 9 + sha256 = "11nm5mhsq700f3dzvzjpcik89cfcn38mb249yc0sjbwggwkrk2ak"; 10 10 }; 11 11 12 12 patches = lib.optional stdenv.isDarwin ./UNUSED-darwin.patch;