Merge pull request #240507 from f2k1de/mongodb-6.0.7

mongodb-6_0: 6.0.6 -> 6.0.7
This commit is contained in:
Weijia Wang 2023-07-03 15:52:17 +03:00 committed by GitHub
commit 7822c58c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ let
};
in
buildMongoDB {
version = "6.0.6";
sha256 = "sha256-/AUe87fCM/BFJy3sPSuRBrOWMoE8zHIGhKYf/5NNCjc=";
version = "6.0.7";
sha256 = "sha256-Mva0rVYaUZ2gtqAwBk8BHrrhqjb4/K7NQQ1LYGzY78U=";
patches = [
(fetchpatch {
name = "mongodb-6.1.0-rc-more-specific-cache-alignment-types.patch";