mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #317622 from qubitnano/mongo5
mongodb-5_0: 5.0.26 -> 5.0.27
This commit is contained in:
commit
abd81f388f
@ -6,8 +6,8 @@ let
|
|||||||
};
|
};
|
||||||
variants = if stdenv.isLinux then
|
variants = if stdenv.isLinux then
|
||||||
{
|
{
|
||||||
version = "5.0.26";
|
version = "5.0.27";
|
||||||
sha256 = "sha256-lVRTrEnwuyKETFL1C8bVqBfrDaYrbQIdmHN42CF8ZIw=";
|
sha256 = "sha256-++Qv3H6iVN8p0Jq3vx44DZCNh90vY5fAWKgP402bLlw=";
|
||||||
patches = [ ./fix-build-with-boost-1.79-5_0-linux.patch ];
|
patches = [ ./fix-build-with-boost-1.79-5_0-linux.patch ];
|
||||||
}
|
}
|
||||||
else lib.optionalAttrs stdenv.isDarwin
|
else lib.optionalAttrs stdenv.isDarwin
|
||||||
|
Loading…
Reference in New Issue
Block a user