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:25:41 +0100
committerIsa <hi@f2k1.de>2024-01-13 18:25:41 +0100
commit2fc229e349d76319a1786c68b2cc2fc303d54480 (patch)
tree97c53a4183b868bc6c70aa7cc426f129f4dc4972 /pkgs/servers/nosql
parentb77a9c94ed373f860487318a36d4e01204078d56 (diff)
downloadnixlib-2fc229e349d76319a1786c68b2cc2fc303d54480.tar
nixlib-2fc229e349d76319a1786c68b2cc2fc303d54480.tar.gz
nixlib-2fc229e349d76319a1786c68b2cc2fc303d54480.tar.bz2
nixlib-2fc229e349d76319a1786c68b2cc2fc303d54480.tar.lz
nixlib-2fc229e349d76319a1786c68b2cc2fc303d54480.tar.xz
nixlib-2fc229e349d76319a1786c68b2cc2fc303d54480.tar.zst
nixlib-2fc229e349d76319a1786c68b2cc2fc303d54480.zip
mongodb-4_4: 4.4.25 -> 4.4.27
Diffstat (limited to 'pkgs/servers/nosql')
-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 001b473ff5d6..25298d55bdd2 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.25";
-  sha256 = "sha256-oE5bs9M0E43e+8tmZaRkA/GtbKG5uZ+3Pf0sJiddTJk=";
+  version = "4.4.27";
+  sha256 = "sha256-HcTI/0igzCR5g8Wai5zKEuK3BjFrpRP/9GwZh5wqmtc=";
   patches = [
     ./forget-build-dependencies-4-4.patch
     ./fix-build-with-boost-1.79-4_4.patch