File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
99
1010# Full version strings for each major version
1111postgres_release :
12- postgresorioledb-17 : " 17.0.1.006 -orioledb"
13- postgres15 : " 15.8.1.016 "
14- postgres16 : " 16.3.1.022 "
12+ postgresorioledb-17 : " 17.0.1.007 -orioledb"
13+ postgres15 : " 15.8.1.017 "
14+ postgres16 : " 16.3.1.023 "
1515
1616# Non Postgres Extensions
1717pgbouncer_release : " 1.19.0"
@@ -78,8 +78,7 @@ pgaudit_release_checksum: sha256:8f4a73e451c88c567e516e6cba7dc1e23bc91686bb6f1f7
7878
7979pgjwt_release : 9742dab1b2f297ad3811120db7b21451bca2d3c9
8080
81- pgsql_http_release : " 1.5.0"
82- pgsql_http_release_checksum : sha256:43efc9e82afcd110f205b86b8d28d1355d39b6b134161e9661a33a1346818f5d
81+ pgsql_http_release : " 1.6.1"
8382
8483plpgsql_check_release : " 2.2.5"
8584plpgsql_check_release_checksum : sha256:6c3a3c5faf3f9689425c6db8a6b20bf4cd5e7144a055e29538eae980c7232573
Original file line number Diff line number Diff line change 22
33stdenv . 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 = ''
You can’t perform that action at this time.
0 commit comments