Loading pkgs/servers/nosql/mongodb/6.0.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/servers/nosql/mongodb/6.0.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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"; Loading