Merge pull request #260396 from r-ryantm/auto-update/mongocxx

mongocxx: 3.8.0 -> 3.8.1
This commit is contained in:
Mario Rodas
2023-10-11 18:35:21 -05:00
committed by GitHub
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mongocxx";
version = "3.8.0";
version = "3.8.1";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-cxx-driver";
rev = "refs/tags/r${finalAttrs.version}";
hash = "sha256-7pMVBWMIGV6k04/0rKULwNcl0NMO4hqMnOzWv+0/DrA=";
hash = "sha256-fBZg69jsvXzhllpcPBGXkjYyvUQImnGNkb2Ek5Oi0p4=";
};
postPatch = ''