Unverified Commit 5189800f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phpExtensions.mongodb: 2.1.4 -> 2.1.7 (#484996)

parents 8f08a0e2 5b1a4bd7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

buildPecl rec {
  pname = "mongodb";
  version = "2.1.4";
  version = "2.1.7";

  src = fetchFromGitHub {
    owner = "mongodb";
    repo = "mongo-php-driver";
    rev = version;
    hash = "sha256-hvkC0fBONDhgozTfEM0xdlDSY9VM4O1qCgJKEwWOdH0=";
    hash = "sha256-07Sc9bg5MHWhAyhrghqGjblMrgP/kuKwIjtt0WUCnDo=";
    fetchSubmodules = true;
  };