about summary refs log tree commit diff
path: root/pkgs/servers/search
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-14 18:01:48 +0000
committerGitHub <noreply@github.com>2022-04-14 18:01:48 +0000
commit795332a20ee3144225ea8c3e32d0685e60dd1f96 (patch)
tree2cc092ffe80e006907dd47b2169dd6ccc7681bd7 /pkgs/servers/search
parent6bb4f385131fe8f901f9e7cd0ebc57000e66befd (diff)
parentaf0966772d731bafbf3ce9e4998f255e583c1f24 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/servers/search')
-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 f42574884ed99..fff449f372516 100644
--- a/pkgs/servers/search/groonga/default.nix
+++ b/pkgs/servers/search/groonga/default.nix
@@ -7,11 +7,11 @@
 stdenv.mkDerivation rec {
 
   pname = "groonga";
-  version = "11.0.9";
+  version = "11.1.0";
 
   src = fetchurl {
     url    = "https://packages.groonga.org/source/groonga/${pname}-${version}.tar.gz";
-    sha256 = "sha256-yE/Ok0QNY9+a4vfNJWZjR4W8E/i+lw7T85X2+oOw8m4=";
+    sha256 = "sha256-di1uzTZxeRLevcSS5d/yba5Y6tdy21H2NgU7ZrZTObI=";
   };
 
   preConfigure = ''