Skip to content

Commit

Permalink
groonga: 10.0.5 -> 10.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 23, 2020
1 parent 6dad7dd commit 83a2d34
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 {

pname = "groonga";
version = "10.0.5";
version = "10.0.6";

src = fetchurl {
url = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
sha256 = "04rjqmlhv55jmdc159q5ckrakq5iwp18wi72lzl6zy21yk5hxmp0";
sha256 = "1q3xx6jc967nj7h8gvnrqxn8657dn3qy9j802rjzcg6iwlpjack9";
};

buildInputs = with stdenv.lib;
Expand Down

0 comments on commit 83a2d34

Please sign in to comment.