mongoc: 1.28.0 -> 1.29.0 (#360090)

This commit is contained in:
Pol Dellaiera 2024-11-29 20:50:19 +01:00 committed by GitHub
commit bb2555a094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mongoc";
version = "1.28.0";
version = "1.29.0";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-cfet+A2i33iHbVRouPS4Ul8TmHolrcIMTRba6Olqfeg=";
hash = "sha256-367qk0u81jnNA/9ruCo9wUWnCPrNjLhp9x62iEpCmE4=";
};
nativeBuildInputs = [