Skip to content

Commit 5560349

Browse files
committed
chore: update version closes #1348
1 parent 891e458 commit 5560349

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ansible/vars.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "orioledb-17.0.1.005"
13-
postgres15: "15.8.1.015"
14-
postgres16: "16.3.1.021"
12+
postgresorioledb-17: "orioledb-17.0.1.006"
13+
postgres15: "15.8.1.016"
14+
postgres16: "16.3.1.022"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

nix/ext/pgsql-http.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
stdenv.mkDerivation rec {
44
pname = "pgsql-http";
5-
version = "1.6.0";
5+
version = "1.6.1";
66

77
buildInputs = [ curl postgresql ];
88

99
src = fetchFromGitHub {
1010
owner = "pramsey";
1111
repo = pname;
1212
rev = "refs/tags/v${version}";
13-
hash = "sha256-CPHfx7vhWfxkXsoKTzyFuTt47BPMvzi/pi1leGcuD60=";
13+
hash = "sha256-C8eqi0q1dnshUAZjIsZFwa5FTYc7vmATF3vv2CReWPM=";
1414
};
1515

1616
installPhase = ''

0 commit comments

Comments
 (0)