mongoc: 1.26.1 -> 1.26.2

This commit is contained in:
R. Ryantm 2024-04-03 01:28:30 +00:00
parent ce93557538
commit 03f4397c36

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mongoc";
version = "1.26.1";
version = "1.26.2";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-LUtKOAlQVpN5Y+mHsNTlgDSeCjodG4RDleO1eXzTdMg=";
hash = "sha256-4+PXvWYEy4Bi+qpyp7PvqtsOxJuYhjiHrmwmdn5RiX8=";
};
nativeBuildInputs = [