From 21f74763f21be2eceb64e0acba5a3cb8c81eeb36 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 8 Dec 2024 05:03:44 +0000 Subject: [PATCH] mongocxx: 3.10.2 -> 4.0.0 --- pkgs/development/libraries/mongocxx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/mongocxx/default.nix b/pkgs/development/libraries/mongocxx/default.nix index 415e7ca96e3a..52ad4692ce70 100644 --- a/pkgs/development/libraries/mongocxx/default.nix +++ b/pkgs/development/libraries/mongocxx/default.nix @@ -14,13 +14,13 @@ let stdenv = if pkgs.stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.std stdenv.mkDerivation (finalAttrs: { pname = "mongocxx"; - version = "3.10.2"; + version = "4.0.0"; src = fetchFromGitHub { owner = "mongodb"; repo = "mongo-cxx-driver"; rev = "refs/tags/r${finalAttrs.version}"; - hash = "sha256-nGLE0vyCe3PaNJf3duXdBfAhTdRvdeQ+OCwcaSDxi5Y="; + hash = "sha256-fAOOQyXJ6H4Rt8gRGJnvb5I7E505MOAjNDcFqXUdY+U="; }; postPatch = ''