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

Commits on Jan 21, 2020

  1. groonga: 9.1.0 -> 9.1.1

    r-ryantm committed Jan 21, 2020
    Copy the full SHA
    3d302c3 View commit details
  2. Merge pull request #78170 from r-ryantm/auto-update/groonga

    groonga: 9.1.0 -> 9.1.1
    marsam authored Jan 21, 2020
    Copy the full SHA
    33c1cb4 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.0";
version = "9.1.1";

src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
sha256 = "11mlpnaldb6z438qdb7qjq9dxbh71l6v6lrv69fxka34izpgyhkk";
sha256 = "16i5bmypawxjac6g808qgr0z3rvla6g6dr586rmwl7sbq0z2nr82";
};

buildInputs = with stdenv.lib;