mongoc: 1.27.0 -> 1.27.1

This commit is contained in:
R. Ryantm 2024-05-08 22:49:33 +00:00
parent 4f554f0ff0
commit 3e97f97edd

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mongoc";
version = "1.27.0";
version = "1.27.1";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-P0Mavs09FUmHxRYx/70wtjswWnrkQIo0+NrYtW4KJXo=";
hash = "sha256-3+7JfgT1hZHyTiLDqYioI5GJYnqN9crE5CrXOvit0ew=";
};
nativeBuildInputs = [