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

Commits on Nov 11, 2017

  1. groonga: 7.0.3 -> 7.0.8

    ericsagnes committed Nov 11, 2017
    Copy the full SHA
    6c52e19 View commit details
  2. Merge pull request #31517 from ericsagnes/pkg-update/groonga

    groonga: 7.0.3 -> 7.0.8
    FRidh authored Nov 11, 2017
    Copy the full SHA
    71689dd 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 = "7.0.3";
version = "7.0.8";

src = fetchurl {
url = "http://packages.groonga.org/source/groonga/${name}.tar.gz";
sha256 = "17pp4sbfa6wpiiiqvdbnvd1qxrchmj7zh27zdrmmnbvwpyc5g2n6";
sha256 = "1j5biji86dicm8whbqjgjmyycxsfl5qfyxqfc4bxaspd6w18vj87";
};

buildInputs = with stdenv.lib;