mongodb-5_0: 5.0.21 -> 5.0.22

This commit is contained in:
Isa 2023-10-30 00:39:14 +01:00
parent 800965ce8c
commit a3267d9949

View File

@ -6,8 +6,8 @@ let
};
variants = if stdenv.isLinux then
{
version = "5.0.21";
sha256 = "sha256-knAqb6bT1KpO1Gi4sKhG22OtCPhOR3NMmhRjUgseUPM=";
version = "5.0.22";
sha256 = "sha256-NIsx6nwXGsuk+ff+LOCwOMpT/HAaNn89t4jtJvKprIA=";
patches = [ ./fix-build-with-boost-1.79-5_0-linux.patch ];
}
else lib.optionalAttrs stdenv.isDarwin