3
0
Fork 0
forked from mirrors/nixpkgs

mongoc: 1.23.4 -> 1.23.5

This commit is contained in:
R. Ryantm 2023-06-11 04:39:52 +00:00
parent 6cd32fc973
commit a578616b04

View file

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