From cceff04ce9c2c4cc3eab27a10dd220cc5c381b3d Mon Sep 17 00:00:00 2001 From: Adrian Pistol Date: Sun, 19 Mar 2023 17:30:48 +0100 Subject: [PATCH] mongodb-4_2: 4.2.19 -> 4.2.24 --- pkgs/servers/nosql/mongodb/v4_2.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/nosql/mongodb/v4_2.nix b/pkgs/servers/nosql/mongodb/v4_2.nix index 53b73b510e3a..c115e111983f 100644 --- a/pkgs/servers/nosql/mongodb/v4_2.nix +++ b/pkgs/servers/nosql/mongodb/v4_2.nix @@ -9,8 +9,8 @@ let inherit cctools; }; in buildMongoDB { - version = "4.2.19"; - sha256 = "sha256-fngTHd+fSdHqiqQYOYS7o6P5eHybeZy3iNKkGzFmjTw="; + version = "4.2.24"; + sha256 = "sha256-O6nR4wfmupuc/Vjm72Vt8WFmbGm9GHR3p1GlEtgEJpg="; patches = [ ./forget-build-dependencies-4-2.patch (fetchpatch {