mongocxx: 3.8.0 -> 3.8.1

This commit is contained in:
R. Ryantm 2023-10-11 08:34:55 +00:00
parent 0ccfba07f2
commit 3a751ede80

View File

@ -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 = ''