summary refs log tree commit diff
path: root/pkgs/servers/sql/postgresql/ext/pgroonga.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-05-26 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-05-26 04:20:00 +0000
commit4c85f2cfc3a5ff3d6fd77929e731c1f7c1b494ab (patch)
treeabfc5cbaec1459abb73ae77ced4f1e4fccbd50cf /pkgs/servers/sql/postgresql/ext/pgroonga.nix
parent05ef940b94fe76e7ac06ea45a625adc8e4be96f9 (diff)
downloadnixpkgs-4c85f2cfc3a5ff3d6fd77929e731c1f7c1b494ab.tar
nixpkgs-4c85f2cfc3a5ff3d6fd77929e731c1f7c1b494ab.tar.gz
nixpkgs-4c85f2cfc3a5ff3d6fd77929e731c1f7c1b494ab.tar.bz2
nixpkgs-4c85f2cfc3a5ff3d6fd77929e731c1f7c1b494ab.tar.lz
nixpkgs-4c85f2cfc3a5ff3d6fd77929e731c1f7c1b494ab.tar.xz
nixpkgs-4c85f2cfc3a5ff3d6fd77929e731c1f7c1b494ab.tar.zst
nixpkgs-4c85f2cfc3a5ff3d6fd77929e731c1f7c1b494ab.zip
postgresqlPackages.pgroonga: 2.2.9 -> 2.3.0
Diffstat (limited to 'pkgs/servers/sql/postgresql/ext/pgroonga.nix')
-rw-r--r--pkgs/servers/sql/postgresql/ext/pgroonga.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/pgroonga.nix b/pkgs/servers/sql/postgresql/ext/pgroonga.nix
index fd63d7a0cc7..f93a15f6b4c 100644
--- a/pkgs/servers/sql/postgresql/ext/pgroonga.nix
+++ b/pkgs/servers/sql/postgresql/ext/pgroonga.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "pgroonga";
-  version = "2.2.9";
+  version = "2.3.0";
 
   src = fetchurl {
     url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "1dz3800jrq41l833q5ihi511wj5fiyw329g7hbxsbc9whkx7hngn";
+    sha256 = "1wdm4wwwv7n73fi330szcnyf25zhvj6dgy839aawh84ik118yg2v";
   };
 
   nativeBuildInputs = [ pkg-config ];