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

Commits on Mar 29, 2020

  1. groonga: 9.1.2 -> 10.0.0

    r-ryantm committed Mar 29, 2020
    Copy the full SHA
    2d6afe6 View commit details

Commits on Mar 30, 2020

  1. Merge pull request #83707 from r-ryantm/auto-update/groonga

    groonga: 9.1.2 -> 10.0.0
    marsam authored Mar 30, 2020
    Copy the full SHA
    d79bc3c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/search/groonga/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/search/groonga/default.nix
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {

pname = "groonga";
version = "9.1.2";
version = "10.0.0";

src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
sha256 = "0zj9zribkg4x6c6175pwl4i6jpxg045bca1ywfrfcdsxkjllvk7g";
sha256 = "01wacd9rijnjydshsl7z0waasr87gxkwr0kr647chczcxlh1b9gr";
};

buildInputs = with stdenv.lib;