mongoc: 1.24.1 -> 1.24.2

This commit is contained in:
R. Ryantm 2023-07-15 23:22:28 +00:00
parent 2a22bb7087
commit 1519c6c497

View file

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