Unverified Commit 3264dc8e authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

mongoc: 1.30.2 -> 1.30.3 (#402992)

parents eb09b0eb 0c929e9b
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.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 = [