Merge pull request #264262 from f2k1de/mongodb-5.0.22

mongodb-5_0: 5.0.21 -> 5.0.22

authored by Weijia Wang and committed by GitHub de7ab5c7 60f4759d

+2 -2
+2 -2
pkgs/servers/nosql/mongodb/5.0.nix
··· 6 6 }; 7 7 variants = if stdenv.isLinux then 8 8 { 9 - version = "5.0.21"; 10 - sha256 = "sha256-knAqb6bT1KpO1Gi4sKhG22OtCPhOR3NMmhRjUgseUPM="; 9 + version = "5.0.22"; 10 + sha256 = "sha256-NIsx6nwXGsuk+ff+LOCwOMpT/HAaNn89t4jtJvKprIA="; 11 11 patches = [ ./fix-build-with-boost-1.79-5_0-linux.patch ]; 12 12 } 13 13 else lib.optionalAttrs stdenv.isDarwin