about summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-13 22:09:01 +0100
committerGitHub <noreply@github.com>2024-01-13 22:09:01 +0100
commitd2461615729e46b9db10cfbc7603d962afca480d (patch)
tree4d8025b2110cc90b85202466ca3a15ea55b88d9b /pkgs/servers/nosql
parentadb7e32f32c3af0a8ef79d23d672d44882d0b84d (diff)
parentea6b5c168a4702033ad459eb1d917f93558cb933 (diff)
downloadnixlib-d2461615729e46b9db10cfbc7603d962afca480d.tar
nixlib-d2461615729e46b9db10cfbc7603d962afca480d.tar.gz
nixlib-d2461615729e46b9db10cfbc7603d962afca480d.tar.bz2
nixlib-d2461615729e46b9db10cfbc7603d962afca480d.tar.lz
nixlib-d2461615729e46b9db10cfbc7603d962afca480d.tar.xz
nixlib-d2461615729e46b9db10cfbc7603d962afca480d.tar.zst
nixlib-d2461615729e46b9db10cfbc7603d962afca480d.zip
Merge pull request #280769 from f2k1de/mongodb-6.0.12
mongodb-6_0: 6.0.11 -> 6.0.12
Diffstat (limited to 'pkgs/servers/nosql')
-rw-r--r--pkgs/servers/nosql/mongodb/6.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/mongodb/6.0.nix b/pkgs/servers/nosql/mongodb/6.0.nix
index 8d7d6fbe78f6..2a3ecb07bec4 100644
--- a/pkgs/servers/nosql/mongodb/6.0.nix
+++ b/pkgs/servers/nosql/mongodb/6.0.nix
@@ -6,8 +6,8 @@ let
   };
 in
 buildMongoDB {
-  version = "6.0.11";
-  sha256 = "sha256-hIbbCDQ0Sqnm6ohtEpbdGWk18nLIlr6T0T9UL6WAFA8=";
+  version = "6.0.12";
+  sha256 = "sha256-5orVFio+4HIzhs63KJdZ1RHOPoOMa9Uk/8bygRs1JoY=";
   patches = [
     (fetchpatch {
       name = "mongodb-6.1.0-rc-more-specific-cache-alignment-types.patch";