File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
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 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 2
2
3
3
stdenv . mkDerivation rec {
4
4
pname = "pgsql-http" ;
5
- version = "1.6.0 " ;
5
+ version = "1.6.1 " ;
6
6
7
7
buildInputs = [ curl postgresql ] ;
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "pramsey" ;
11
11
repo = pname ;
12
12
rev = "refs/tags/v${ version } " ;
13
- hash = "sha256-CPHfx7vhWfxkXsoKTzyFuTt47BPMvzi/pi1leGcuD60 =" ;
13
+ hash = "sha256-C8eqi0q1dnshUAZjIsZFwa5FTYc7vmATF3vv2CReWPM =" ;
14
14
} ;
15
15
16
16
installPhase = ''
You can’t perform that action at this time.
0 commit comments