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.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"; 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.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"; Loading