Skip to content

Commit 0853e1a

Browse files
committed
chore: wip upgrade pgroonga to latest
1 parent 9b2ba9a commit 0853e1a

File tree

4 files changed

+48
-6
lines changed

4 files changed

+48
-6
lines changed

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ postgres_major:
88

99
# Full version strings for each major version
1010
postgres_release:
11-
postgresorioledb-17: "17.0.1.021-orioledb"
12-
postgres15: "15.8.1.031"
11+
postgresorioledb-17: "17.0.1.022-orioledb-staging-1"
12+
postgres15: "15.8.1.032-staging-1"
1313

1414
# Non Postgres Extensions
1515
pgbouncer_release: "1.19.0"

nix/ext/pgroonga.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ let
44
in
55
stdenv.mkDerivation rec {
66
pname = "pgroonga";
7-
version = "3.0.7";
7+
version = "3.2.5";
88
src = fetchurl {
99
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
10-
sha256 = "sha256-iF/zh4zDDpAw5fxW1WG8i2bfPt4VYsnYArwOoE/lwgM=";
10+
sha256 = "sha256-GM9EOQty72hdE4Ecq8jpDudhZLiH3pP9ODLxs8DXcSY=";
1111
};
1212
nativeBuildInputs = [ pkg-config makeWrapper ];
1313

0 commit comments

Comments
 (0)