File tree Expand file tree Collapse file tree 4 files changed +48
-6
lines changed Expand file tree Collapse file tree 4 files changed +48
-6
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ postgres_major:
88
99# Full version strings for each major version
1010postgres_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
1515pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 44in
55stdenv . 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
You can’t perform that action at this time.
0 commit comments