lol

Merge pull request #184354 from r-ryantm/auto-update/mtools

mtools: 4.0.38 -> 4.0.40

authored by

Stanisław Pitucha and committed by
GitHub
422a1090 b0f33ebf

+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.38"; 5 + version = "4.0.40"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://gnu/mtools/${pname}-${version}.tar.bz2"; 9 - sha256 = "sha256-e5RIX0huffCMymiwChZKE8049MY8uGhNGIdZ7nvF5yk="; 9 + sha256 = "sha256-oi/KQjVAEd0ik6f1HyKLRuu9gC53QLCXWRKv7LedXfQ="; 10 10 }; 11 11 12 12 patches = lib.optional stdenv.isDarwin ./UNUSED-darwin.patch;