Merge pull request #308425 from r-ryantm/auto-update/mongoc

mongoc: 1.26.2 -> 1.27.0
This commit is contained in:
Weijia Wang 2024-05-02 09:27:11 +02:00 committed by GitHub
commit 3ef5f50c80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mongoc";
version = "1.26.2";
version = "1.27.0";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-4+PXvWYEy4Bi+qpyp7PvqtsOxJuYhjiHrmwmdn5RiX8=";
hash = "sha256-P0Mavs09FUmHxRYx/70wtjswWnrkQIo0+NrYtW4KJXo=";
};
nativeBuildInputs = [