summary refs log tree commit diff
path: root/pkgs/servers/sql
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-01 06:01:17 +0000
committerGitHub <noreply@github.com>2021-12-01 06:01:17 +0000
commit3bebe2a3f2e00d0ab36546d44f522042c52695f6 (patch)
tree8a3f06766873c3ae382ef7c8a490e3f16bff6065 /pkgs/servers/sql
parent80fce0f4a796aee5d7caa43decca421d9cafc293 (diff)
parent3f03bdbceb4953c4b9e1cc672e90c96f9e95d2bc (diff)
downloadnixpkgs-3bebe2a3f2e00d0ab36546d44f522042c52695f6.tar
nixpkgs-3bebe2a3f2e00d0ab36546d44f522042c52695f6.tar.gz
nixpkgs-3bebe2a3f2e00d0ab36546d44f522042c52695f6.tar.bz2
nixpkgs-3bebe2a3f2e00d0ab36546d44f522042c52695f6.tar.lz
nixpkgs-3bebe2a3f2e00d0ab36546d44f522042c52695f6.tar.xz
nixpkgs-3bebe2a3f2e00d0ab36546d44f522042c52695f6.tar.zst
nixpkgs-3bebe2a3f2e00d0ab36546d44f522042c52695f6.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/servers/sql')
-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 86c9e54526f..c0d05fc1769 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.3.2";
+  version = "2.3.4";
 
   src = fetchurl {
     url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "10rj35xxcfg10nvq3zqxm25hfb3hw58z4dda1b4hh8ibyz2489vy";
+    sha256 = "sha256-XE669KfHEyY5TghMUC0GcIqdPTsdAs04pA/t84k+i2E=";
   };
 
   nativeBuildInputs = [ pkg-config ];