Skip to content

Commit

Permalink
groonga: 7.0.0 -> 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsagnes authored and grahamc committed Jun 3, 2017
1 parent edaf76a commit fe1f560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/search/groonga/default.nix
Expand Up @@ -7,11 +7,11 @@
stdenv.mkDerivation rec {

name = "groonga-${version}";
version = "7.0.0";
version = "7.0.3";

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

buildInputs = with stdenv.lib;
Expand Down

0 comments on commit fe1f560

Please sign in to comment.