about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-09 14:17:35 +0200
committerGitHub <noreply@github.com>2023-08-09 14:17:35 +0200
commite27e2ef417e131304bb2821dd18af243dbf55390 (patch)
tree7d22d918f2c4dc53303b711b01dd9fbb9524113a /pkgs
parent5ae8b542232517f07b9c510121059cb3c553255a (diff)
parent7c89ffbd43a5c9abe41c9c769b2b74501c18d87a (diff)
Merge pull request #247782 from f2k1de/mongodb-4.4.23
mongodb-4_4: 4.4.22 -> 4.4.23
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/nosql/mongodb/4.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/mongodb/4.4.nix b/pkgs/servers/nosql/mongodb/4.4.nix
index aedd569e07f1c..0c05c70708c2a 100644
--- a/pkgs/servers/nosql/mongodb/4.4.nix
+++ b/pkgs/servers/nosql/mongodb/4.4.nix
@@ -6,8 +6,8 @@ let
   };
 in
 buildMongoDB {
-  version = "4.4.22";
-  sha256 = "sha256-xJpRDfeG9zcUuyTDWw8XHRXQ38MLBespAE7knIaDxKg=";
+  version = "4.4.23";
+  sha256 = "sha256-3Jo5i2kA37FI3j9bj9MVPL9LU0E1bGhu3I6GhM6zqLY=";
   patches = [
     ./forget-build-dependencies-4-4.patch
     ./fix-build-with-boost-1.79-4_4.patch