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

mongoc: 1.27.1 -> 1.27.2
This commit is contained in:
Nick Cao 2024-06-05 15:17:28 -04:00 committed by GitHub
commit f64acf0f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mongoc";
version = "1.27.1";
version = "1.27.2";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-3+7JfgT1hZHyTiLDqYioI5GJYnqN9crE5CrXOvit0ew=";
hash = "sha256-l3iZeu6Y+ZB9bYIg4ivG1o0ou3pXaBZ9dg61b6ie2Jw=";
};
nativeBuildInputs = [