mongodb-6_0: 6.0.7 -> 6.0.8

This commit is contained in:
Isa 2023-08-07 20:05:17 +02:00
parent 6fca6f9d5b
commit 122e21db98

View file

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