summary refs log tree commit diff
path: root/pkgs/servers/sql
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-15 01:00:41 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-15 01:00:41 -0700
commit07d69bb59189c47ed0ab80ec4c13ca2a0f435861 (patch)
tree07939b895048e29ddafd26e6b01c5eda001ff031 /pkgs/servers/sql
parentba816ee08721d0c2f5f7e6652091bed085ac7687 (diff)
downloadnixlib-07d69bb59189c47ed0ab80ec4c13ca2a0f435861.tar
nixlib-07d69bb59189c47ed0ab80ec4c13ca2a0f435861.tar.gz
nixlib-07d69bb59189c47ed0ab80ec4c13ca2a0f435861.tar.bz2
nixlib-07d69bb59189c47ed0ab80ec4c13ca2a0f435861.tar.lz
nixlib-07d69bb59189c47ed0ab80ec4c13ca2a0f435861.tar.xz
nixlib-07d69bb59189c47ed0ab80ec4c13ca2a0f435861.tar.zst
nixlib-07d69bb59189c47ed0ab80ec4c13ca2a0f435861.zip
pgroonga: 2.0.2 -> 2.0.3
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.3 with grep in /nix/store/dqrb6v4lfppacrl4x3q7jhdfw344k733-pgroonga-2.0.3
- found 2.0.3 in filename of file in /nix/store/dqrb6v4lfppacrl4x3q7jhdfw344k733-pgroonga-2.0.3
Diffstat (limited to 'pkgs/servers/sql')
-rw-r--r--pkgs/servers/sql/postgresql/pgroonga/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/pgroonga/default.nix b/pkgs/servers/sql/postgresql/pgroonga/default.nix
index 1e995537c88b..24f0610cba3d 100644
--- a/pkgs/servers/sql/postgresql/pgroonga/default.nix
+++ b/pkgs/servers/sql/postgresql/pgroonga/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "pgroonga-${version}";
-  version = "2.0.2";
+  version = "2.0.3";
 
   src = fetchurl {
     url = "http://packages.groonga.org/source/pgroonga/${name}.tar.gz";
-    sha256 = "0023747i2x3j50z54l78maq7dya5ldd2sdydn6l5l7k6b6g4yr2d";
+    sha256 = "0jlaxkj33dgr2hgh0f861ja1z53kqw0g1syinl2sacsna2i9pdxy";
   };
 
   nativeBuildInputs = [ pkgconfig ];