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>2019-06-06 20:20:33 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-06-06 20:20:33 -0500
commit87d266fe93a28685983dc644a042139f1a86f5b0 (patch)
treeb7fcd5d8635f27fa6a516c55ab50c47892b202d2 /pkgs/servers/sql/postgresql/ext/pgroonga.nix
parent7fe8e5181ab9d88f08cfe084a8c76db5b7b67cf0 (diff)
downloadnixpkgs-87d266fe93a28685983dc644a042139f1a86f5b0.tar
nixpkgs-87d266fe93a28685983dc644a042139f1a86f5b0.tar.gz
nixpkgs-87d266fe93a28685983dc644a042139f1a86f5b0.tar.bz2
nixpkgs-87d266fe93a28685983dc644a042139f1a86f5b0.tar.lz
nixpkgs-87d266fe93a28685983dc644a042139f1a86f5b0.tar.xz
nixpkgs-87d266fe93a28685983dc644a042139f1a86f5b0.tar.zst
nixpkgs-87d266fe93a28685983dc644a042139f1a86f5b0.zip
postgresqlPackages.pgroonga: 2.1.9 -> 2.2.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 114c16d297b..db9cafd7af5 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.1.9";
+  version = "2.2.0";
 
   src = fetchurl {
     url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "15bix7gqi45nf1ah0sxmlg3aqqrkacn19slp43jiirfnpp74dbnw";
+    sha256 = "1cankcprikx8nf72yg4h8542gqqlfgww6d63kg7l8l8sz962d28b";
   };
 
   nativeBuildInputs = [ pkgconfig ];