Merge pull request #289290 from r-ryantm/auto-update/mongoc

mongoc: 1.25.4 -> 1.26.0
This commit is contained in:
Nikolay Korotkiy 2024-02-18 02:27:45 +04:00 committed by GitHub
commit 916870357d
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.25.4";
version = "1.26.0";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-4Bz6sftXSZDDV8PlTQG8ndOwwp+QHXtzacJ1BXfJAkQ=";
hash = "sha256-uXHCd7KDnx3n6KO0opoITpf8LtUS67bc94tPHioeb4o=";
};
nativeBuildInputs = [