File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ async_mode: true
7
7
# postgresql_release_checksum: sha256:ea2cf059a85882654b989acd07edc121833164a30340faee0d3615cf7058e66c
8
8
postgres_major :
9
9
- " 15"
10
+ - " 16"
10
11
11
12
# Full version strings for each major version
12
13
postgres_release :
@@ -146,7 +147,7 @@ hypopg_release: "1.4.1"
146
147
hypopg_release_checksum : sha256:9afe6357fd389d8d33fad81703038ce520b09275ec00153c6c89282bcdedd6bc
147
148
148
149
pg_repack_release : " 1.5.2"
149
- pg_repack_commit : " a692b14eb8f099901513413ae86bfd44a0094570 "
150
+ pg_repack_commit : " 85b64c6d4f599b2988343c4e7121acab505c9006 "
150
151
pg_repack_release_checksum : sha256:9a14d6a95bfa29f856aa10538238622c1f351d38eb350b196c06720a878ccc52
151
152
152
153
pgvector_release : " 0.7.4"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ stdenv.mkDerivation (finalAttrs: {
18
18
src = fetchFromGitHub {
19
19
owner = "reorg" ;
20
20
repo = "pg_repack" ;
21
- rev = "a692b14eb8f099901513413ae86bfd44a0094570 " ;
21
+ rev = "85b64c6d4f599b2988343c4e7121acab505c9006 " ;
22
22
hash = "sha256-lAuLI+vupusvn3uTzQ9OaLqkEfUVMCAwU9R70tTbb8Y=" ;
23
23
} ;
24
24
You can’t perform that action at this time.
0 commit comments