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

mongoc: 1.23.5 -> 1.24.1
This commit is contained in:
Martin Weinelt 2023-06-25 12:23:07 +02:00 committed by GitHub
commit 738f8e67e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mongoc";
version = "1.23.5";
version = "1.24.1";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-gdf3+EsAIf2yfuw75bNAPlwZbi9NFhVB9Q5MmS6KSo8=";
hash = "sha256-IVy2PxFM//AKffYfeLyCNjattnFZmqeg6WNTqXI/yMY=";
};
postPatch = ''