mongoc: 1.30.2 -> 1.30.3

This commit is contained in:
R. Ryantm 2025-04-30 07:51:15 +00:00
parent 920a79ee9b
commit 0c929e9b0e

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mongoc";
version = "1.30.2";
version = "1.30.3";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
tag = version;
hash = "sha256-RDUrD8MPZd1VBePyR+L5GiT/j5EZIY1KHLQKG5MsuSM=";
hash = "sha256-3mzqsrbXfrtAAC5igIna5dAgU8FH23lkMS2IacVlCmI=";
};
nativeBuildInputs = [