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

mongoc: 1.27.2 -> 1.27.3
This commit is contained in:
Weijia Wang 2024-06-27 23:09:07 +02:00 committed by GitHub
commit 2248baec58
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.27.2";
version = "1.27.3";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-l3iZeu6Y+ZB9bYIg4ivG1o0ou3pXaBZ9dg61b6ie2Jw=";
hash = "sha256-j/Z1fwP7Lt1izRmSxAqnWDX7ehD7QQWXERUIdyPpwMU=";
};
nativeBuildInputs = [