1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mtools: 4.0.43 -> 4.0.44

Changes: https://lists.gnu.org/archive/html/info-gnu/2024-06/msg00000.html
This commit is contained in:
Sergei Trofimovich 2024-06-03 07:42:44 +01:00
parent 518daacfe2
commit 03c93ec4ed

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mtools";
version = "4.0.43";
version = "4.0.44";
src = fetchurl {
url = "mirror://gnu/mtools/${pname}-${version}.tar.bz2";
sha256 = "sha256-VB4XlmXcTicrlgLyB0JDWRoVfaicxHBk2oxYKdvSszk=";
hash = "sha256-N9xN8CJTPD1LLsHHiXPCfH6LWFN0wtRqtkxqPbMe3bg=";
};
patches = lib.optional stdenv.isDarwin ./UNUSED-darwin.patch;