mongodb-6_0: 6.0.8 -> 6.0.10

This commit is contained in:
Isa 2023-10-04 19:33:29 +02:00
parent caf7f31b75
commit 67c7fef9c1

View file

@ -6,8 +6,8 @@ let
};
in
buildMongoDB {
version = "6.0.8";
sha256 = "sha256-ZyTE/dZ86kJ+WRSDmc2it4SzAlwjNKhWUyYXpisNIS4=";
version = "6.0.10";
sha256 = "sha256-7YJ0Ndyl635ebDWuIGfC5DFIGUXr518ghC/0Qq42HEM=";
patches = [
(fetchpatch {
name = "mongodb-6.1.0-rc-more-specific-cache-alignment-types.patch";