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: 526acc0f32b9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b66ae0acdb7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 21, 2021

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    f8c8694 View commit details
  2. Merge pull request #110250 from r-ryantm/auto-update/php-maxminddb

    php73Extensions.maxminddb: 1.8.0 -> 1.9.0
    etu authored Jan 21, 2021
    Copy the full SHA
    1b66ae0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/php-packages/maxminddb/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/php-packages/maxminddb/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ buildPecl, lib, pkgs }:
let
pname = "maxminddb";
version = "1.8.0";
version = "1.9.0";
in
buildPecl {
inherit pname version;
@@ -10,7 +10,7 @@ buildPecl {
owner = "maxmind";
repo = "MaxMind-DB-Reader-php";
rev = "v${version}";
sha256 = "0cpd8d1xnkxsrf28z25xzgkkf3wc13ia99v8f7hbl7csvnggs7nn";
sha256 = "sha256-sNG2FhnxzbHA4Lmzj97al1WFwSU70Mr1R2i5ygF1L6Y=";
};

buildInputs = [ pkgs.libmaxminddb ];