about summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorIsa <hi@f2k1.de>2024-01-13 18:15:05 +0100
committerIsa <hi@f2k1.de>2024-01-13 18:15:05 +0100
commitea6b5c168a4702033ad459eb1d917f93558cb933 (patch)
tree434a27a3c8b6461bd5b8c018f81ddc6e4f6b171a /pkgs/servers/nosql
parent4bf4dcfcf36ff04619af7d33da66be4cbfe22403 (diff)
downloadnixlib-ea6b5c168a4702033ad459eb1d917f93558cb933.tar
nixlib-ea6b5c168a4702033ad459eb1d917f93558cb933.tar.gz
nixlib-ea6b5c168a4702033ad459eb1d917f93558cb933.tar.bz2
nixlib-ea6b5c168a4702033ad459eb1d917f93558cb933.tar.lz
nixlib-ea6b5c168a4702033ad459eb1d917f93558cb933.tar.xz
nixlib-ea6b5c168a4702033ad459eb1d917f93558cb933.tar.zst
nixlib-ea6b5c168a4702033ad459eb1d917f93558cb933.zip
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";