about summary refs log tree commit diff
path: root/pkgs/servers/nosql
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-13 11:08:46 +0200
committerGitHub <noreply@github.com>2024-05-13 11:08:46 +0200
commited1bd15ae286b9720adb3bea1db1fe26e22f85f0 (patch)
tree093902f0f73e9dc9e6198048ad0690e229970349 /pkgs/servers/nosql
parent5aa2bf87d79aef535e9da208f85215af50ecefd2 (diff)
parent8f70472232df5e4bb6532348122c58e17da2ecef (diff)
Merge pull request #298513 from qubitnano/origin-mongo6
mongodb-6_0: 6.0.13 -> 6.0.15
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 07f8825d7503b..77d825d185f31 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.13";
-  sha256 = "sha256-z7gzmWRSc4jA9g+WTkKQkWudh3Ef4xcJVgAQ5HzRe/A=";
+  version = "6.0.15";
+  sha256 = "sha256-DX1wbrDx1/JrEHbzNaXC4Hqq7MrLqz+JZgG98beyVds=";
   patches = [
     # Patches a bug that it couldn't build MongoDB 6.0 on gcc 13 because a include in ctype.h was missing
     ./fix-gcc-13-ctype-6_0.patch