summary refs log tree commit diff
path: root/pkgs/servers/search/groonga
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-10 23:31:01 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-10 23:31:01 -0700
commit7344356fa0a09daa3d24ba4b6d4222700bf5218c (patch)
treea915b3bb50a04a35b03e391c95ce2de9cb49e42a /pkgs/servers/search/groonga
parentf28bf68bc4f93193d296718a37f94189f91ab14d (diff)
downloadnixpkgs-7344356fa0a09daa3d24ba4b6d4222700bf5218c.tar
nixpkgs-7344356fa0a09daa3d24ba4b6d4222700bf5218c.tar.gz
nixpkgs-7344356fa0a09daa3d24ba4b6d4222700bf5218c.tar.bz2
nixpkgs-7344356fa0a09daa3d24ba4b6d4222700bf5218c.tar.lz
nixpkgs-7344356fa0a09daa3d24ba4b6d4222700bf5218c.tar.xz
nixpkgs-7344356fa0a09daa3d24ba4b6d4222700bf5218c.tar.zst
nixpkgs-7344356fa0a09daa3d24ba4b6d4222700bf5218c.zip
groonga: 8.0.0 -> 8.0.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/groonga/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1/bin/groonga-suggest-create-dataset -h’ got 0 exit code
- ran ‘/nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1/bin/groonga-suggest-create-dataset --help’ got 0 exit code
- ran ‘/nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1/bin/groonga -h’ got 0 exit code
- ran ‘/nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1/bin/groonga --help’ got 0 exit code
- ran ‘/nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1/bin/groonga-httpd -h’ got 0 exit code
- found 8.0.1 with grep in /nix/store/q7ml0yi4cgbk80hzsps8ili5c6iypp4r-groonga-8.0.1
- directory tree listing: https://gist.github.com/082e5c57cc92d0367e65c277e2f6dd90
Diffstat (limited to 'pkgs/servers/search/groonga')
-rw-r--r--pkgs/servers/search/groonga/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/search/groonga/default.nix b/pkgs/servers/search/groonga/default.nix
index e3555d0076f..063ad8c3f57 100644
--- a/pkgs/servers/search/groonga/default.nix
+++ b/pkgs/servers/search/groonga/default.nix
@@ -7,11 +7,11 @@
 stdenv.mkDerivation rec {
 
   name    = "groonga-${version}";
-  version = "8.0.0";
+  version = "8.0.1";
 
   src = fetchurl {
     url    = "http://packages.groonga.org/source/groonga/${name}.tar.gz";
-    sha256 = "14il1biqpx5qs5dkmsrikw33pc8gj8scmr90y639wap87z5i3dcz";
+    sha256 = "074r71dcv1l8rm6an7b8iyfpcxbk00iysmzszssknqg8mrqvsphg";
   };
 
   buildInputs = with stdenv.lib;