Unverified Commit 1da9ca3d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

mongoc: 1.24.1 -> 1.24.2
parents 3c6f228c 1519c6c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "mongoc";
  version = "1.24.1";
  version = "1.24.2";

  src = fetchFromGitHub {
    owner = "mongodb";
    repo = "mongo-c-driver";
    rev = "refs/tags/${version}";
    hash = "sha256-IVy2PxFM//AKffYfeLyCNjattnFZmqeg6WNTqXI/yMY=";
    hash = "sha256-gey+/DAfAK69f5q568giLNL4R1UqGD6eiImkjyvnZys=";
  };

  postPatch = ''