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

Commits on Jun 7, 2019

  1. Copy the full SHA
    87d266f View commit details

Commits on Jun 9, 2019

  1. Merge pull request #62792 from marsam/update-postgresqlPackages.pgroonga

    postgresqlPackages.pgroonga: 2.1.9 -> 2.2.0
    marsam authored Jun 9, 2019
    Copy the full SHA
    81f94e9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/sql/postgresql/ext/pgroonga.nix
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/pgroonga.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "pgroonga";
version = "2.1.9";
version = "2.2.0";

src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
sha256 = "15bix7gqi45nf1ah0sxmlg3aqqrkacn19slp43jiirfnpp74dbnw";
sha256 = "1cankcprikx8nf72yg4h8542gqqlfgww6d63kg7l8l8sz962d28b";
};

nativeBuildInputs = [ pkgconfig ];