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

Commits on Jun 10, 2020

  1. groonga: 10.0.2 -> 10.0.3

    r-ryantm committed Jun 10, 2020
    Copy the full SHA
    58d2c80 View commit details
  2. Merge pull request #89999 from r-ryantm/auto-update/groonga

    groonga: 10.0.2 -> 10.0.3
    marsam authored Jun 10, 2020
    Copy the full SHA
    3c22d23 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 = "10.0.2";
version = "10.0.3";

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

buildInputs = with stdenv.lib;