Skip to content

Commit

Permalink
chore: wip upgrade pgroonga to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Jan 24, 2025
1 parent 9b2ba9a commit 0853e1a
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.0.1.021-orioledb"
postgres15: "15.8.1.031"
postgresorioledb-17: "17.0.1.022-orioledb-staging-1"
postgres15: "15.8.1.032-staging-1"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down
4 changes: 2 additions & 2 deletions nix/ext/pgroonga.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ let
in
stdenv.mkDerivation rec {
pname = "pgroonga";
version = "3.0.7";
version = "3.2.5";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-iF/zh4zDDpAw5fxW1WG8i2bfPt4VYsnYArwOoE/lwgM=";
sha256 = "sha256-GM9EOQty72hdE4Ecq8jpDudhZLiH3pP9ODLxs8DXcSY=";
};
nativeBuildInputs = [ pkg-config makeWrapper ];

Expand Down
Loading

0 comments on commit 0853e1a

Please sign in to comment.