Skip to content

Commit

Permalink
mongoc: 1.27.5 -> 1.27.6 (NixOS#339420)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Sep 4, 2024
2 parents bd00987 + a38f745 commit 211fdec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mongoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
pname = "mongoc";
version = "1.27.5";
version = "1.27.6";

src = fetchFromGitHub {
owner = "mongodb";
repo = "mongo-c-driver";
rev = "refs/tags/${version}";
hash = "sha256-ZupUchw2XzMVB4ImxMRSitIpmjTX5zvLtsG2xhoyH9c=";
hash = "sha256-771DZ+8cr0iHHcs4TZVEkTP6qWK1bMzOxlG4OS14t28=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 211fdec

Please sign in to comment.