mongoc: 1.24.2 -> 1.24.3

This commit is contained in:
R. Ryantm 2023-09-05 01:59:38 +00:00
parent 4c160598a8
commit 834d7f1430

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mongoc";
version = "1.24.2";
version = "1.24.3";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-gey+/DAfAK69f5q568giLNL4R1UqGD6eiImkjyvnZys=";
hash = "sha256-zEIdK994aebLeKe4g6/ByWvaoGNBB0ODXRpczrCEkB8=";
};
postPatch = ''