mongodb-6_0: 6.0.12 -> 6.0.13

This commit is contained in:
Isa
2024-02-22 23:34:13 +01:00
parent ab326e8a34
commit 80d5942195
+2 -2
View File
@@ -6,8 +6,8 @@ let
};
in
buildMongoDB {
version = "6.0.12";
sha256 = "sha256-5orVFio+4HIzhs63KJdZ1RHOPoOMa9Uk/8bygRs1JoY=";
version = "6.0.13";
sha256 = "sha256-BD3XrTdv4sCa3h37o1A2s3/R0R8zHiR59a4pY0RxLGU=";
patches = [
(fetchpatch {
name = "mongodb-6.1.0-rc-more-specific-cache-alignment-types.patch";