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

Commits on Aug 19, 2019

  1. groonga: 9.0.5 -> 9.0.6

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/groonga/versions
    r-ryantm committed Aug 19, 2019

    Unverified

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

    groonga: 9.0.5 -> 9.0.6
    mmahut authored Aug 19, 2019

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    5765f22 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 {

name = "groonga-${version}";
version = "9.0.5";
version = "9.0.6";

src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${name}.tar.gz";
sha256 = "15y5dddvziw9lbl24z4j5yf1ibv79bn052lmx08rbxh78777csw3";
sha256 = "0d1p8v7qd97h3znp84a1w40hbg834n3wxp6gaa8mbnff16s18kl7";
};

buildInputs = with stdenv.lib;