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

mongoc: 1.26.1 -> 1.26.2
This commit is contained in:
Weijia Wang 2024-04-03 10:21:29 +02:00 committed by GitHub
commit 91751ceb1a
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.1";
version = "1.26.2";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-LUtKOAlQVpN5Y+mHsNTlgDSeCjodG4RDleO1eXzTdMg=";
hash = "sha256-4+PXvWYEy4Bi+qpyp7PvqtsOxJuYhjiHrmwmdn5RiX8=";
};
nativeBuildInputs = [