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:
8
8
9
9
# Full version strings for each major version
10
10
postgres_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 "
13
13
14
14
# Non Postgres Extensions
15
15
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 4
4
in
5
5
stdenv . mkDerivation rec {
6
6
pname = "pgroonga" ;
7
- version = "3.0.7 " ;
7
+ version = "3.2.5 " ;
8
8
src = fetchurl {
9
9
url = "https://packages.groonga.org/source/${ pname } /${ pname } -${ version } .tar.gz" ;
10
- sha256 = "sha256-iF/zh4zDDpAw5fxW1WG8i2bfPt4VYsnYArwOoE/lwgM =" ;
10
+ sha256 = "sha256-GM9EOQty72hdE4Ecq8jpDudhZLiH3pP9ODLxs8DXcSY =" ;
11
11
} ;
12
12
nativeBuildInputs = [ pkg-config makeWrapper ] ;
13
13
You can’t perform that action at this time.
0 commit comments