Skip to content

Commit

Permalink
Merge pull request #102427 from r-ryantm/auto-update/groonga
Browse files Browse the repository at this point in the history
groonga: 10.0.6 -> 10.0.8
  • Loading branch information
marsam committed Nov 2, 2020
2 parents c1d13cd + f33e4b4 commit efa2a54
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.6";
version = "10.0.8";

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

buildInputs = with stdenv.lib;
Expand Down

0 comments on commit efa2a54

Please sign in to comment.