mongodb-6_0: 6.0.6 -> 6.0.7

This commit is contained in:
Isa
2023-06-29 11:47:37 +02:00
parent 027ec6a7dd
commit 2ac1da889b
+2 -2
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";