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
@@ -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 = ''