Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13afd7a45265
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10669361e09e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 30, 2019

  1. Copy the full SHA
    55f2837 View commit details

Commits on Nov 2, 2019

  1. Merge pull request #72305 from aanderse/mongodb

    phpPackages.mongodb: 1.5.5 -> 1.6.0
    Ma27 authored Nov 2, 2019
    Copy the full SHA
    1066936 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/top-level/php-packages.nix
4 changes: 2 additions & 2 deletions pkgs/top-level/php-packages.nix
Original file line number Diff line number Diff line change
@@ -217,9 +217,9 @@ let

mongodb = buildPecl {
pname = "mongodb";
version = "1.5.5";
version = "1.6.0";

sha256 = "0gpywk3wkimjrva1p95a7abvl3s8yccalf6yimn3nbkpvn2kknm6";
sha256 = "0bybfjs61v66bynajbd8dwjlwbz6p2gck49r3zqbxa3ja6d671l6";

nativeBuildInputs = [ pkgs.pkgconfig ];
buildInputs = with pkgs; [