Merge pull request #177964 from bryanasdev000/mongodbtools10053

mongodb-tools: 100.5.2 -> 100.5.3
This commit is contained in:
Sandro 2022-06-17 20:37:42 +02:00 committed by GitHub
commit 67f63b5810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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