mongodb-tools: 100.5.1 -> 100.5.2

This commit is contained in:
R. Ryantm 2022-02-12 12:40:59 +00:00 committed by Jonathan Ringer
parent 4c62413a49
commit 738944fd5f

View file

@ -17,7 +17,7 @@ let
"mongofiles"
"mongotop"
];
version = "100.5.1";
version = "100.5.2";
in buildGoPackage {
pname = "mongo-tools";
@ -30,7 +30,7 @@ in buildGoPackage {
rev = version;
owner = "mongodb";
repo = "mongo-tools";
sha256 = "sha256-Qxtb7DJOgrCUvoGVgmKh4qKS4duvEWwW9BLkdt5M5ZY=";
sha256 = "sha256-qYTfC7+5XWDCyQQFKmuPmDmwsekDdY6OAerxZgzf8D0=";
};
nativeBuildInputs = [ pkg-config ];