Commit c5a53489 authored by R. RyanTM's avatar R. RyanTM
Browse files

phpExtensions.mongodb: 2.0.0 -> 2.1.0

parent 3108eaa5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

buildPecl rec {
  pname = "mongodb";
  version = "2.0.0";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "mongodb";
    repo = "mongo-php-driver";
    rev = version;
    hash = "sha256-o4fy46oh3iWLAcszcFo1m5GdalQs6OswT+OQTYo2cZc=";
    hash = "sha256-YCQdScBCgmyallocGB8JGgkNkKTfy53/KPStq97S6wU=";
    fetchSubmodules = true;
  };