File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-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.013 -orioledb"
13- postgres15 : " 15.8.1.023 "
14- postgres16 : " 16.3.1.029 "
12+ postgresorioledb-17 : " 17.0.1.014 -orioledb"
13+ postgres15 : " 15.8.1.024 "
14+ postgres16 : " 16.3.1.030 "
1515
1616# Non Postgres Extensions
1717pgbouncer_release : " 1.19.0"
@@ -139,7 +139,7 @@ groonga_release_checksum: sha256:1c2d1a6981c1ad3f02a11aff202b15ba30cb1c6147f1fa9
139139pgroonga_release : " 3.0.7"
140140pgroonga_release_checksum : sha256:885ff3878cc30e9030e5fc56d561bc8b66df3ede1562c9d802bc0ea04fe5c203
141141
142- wrappers_release : " 0.4.3 "
142+ wrappers_release : " 0.4.4 "
143143
144144hypopg_release : " 1.4.1"
145145hypopg_release_checksum : sha256:9afe6357fd389d8d33fad81703038ce520b09275ec00153c6c89282bcdedd6bc
Original file line number Diff line number Diff line change 1717in
1818buildPgrxExtension_0_12_6 rec {
1919 pname = "supabase-wrappers" ;
20- version = "0.4.3 " ;
20+ version = "0.4.4 " ;
2121 # update the following array when the wrappers version is updated
2222 # required to ensure that extensions update scripts from previous versions are generated
23- previousVersions = [ "0.4.2" "0.4.1" "0.4.0" "0.3.1" "0.3.0" "0.2.0" "0.1.19" "0.1.18" "0.1.17" "0.1.16" "0.1.15" "0.1.14" "0.1.12" "0.1.11" "0.1.10" "0.1.9" "0.1.8" "0.1.7" "0.1.6" "0.1.5" "0.1.4" "0.1.1" "0.1.0" ] ;
23+ previousVersions = [ "0.4.3" "0.4. 2" "0.4.1" "0.4.0" "0.3.1" "0.3.0" "0.2.0" "0.1.19" "0.1.18" "0.1.17" "0.1.16" "0.1.15" "0.1.14" "0.1.12" "0.1.11" "0.1.10" "0.1.9" "0.1.8" "0.1.7" "0.1.6" "0.1.5" "0.1.4" "0.1.1" "0.1.0" ] ;
2424 inherit postgresql ;
2525 src = fetchFromGitHub {
2626 owner = "supabase" ;
2727 repo = "wrappers" ;
2828 rev = "v${ version } " ;
29- hash = "sha256-CkoNMoh40zbQL4V49ZNYgv3JjoNWjODtTpHn+L8DdZA =" ;
29+ hash = "sha256-QoGFJpq8PuvMM8SS+VZd7MlNl56uFivRjs1tCtwX+oE =" ;
3030 } ;
3131
3232 nativeBuildInputs = [ pkg-config cargo git ] ;
You can’t perform that action at this time.
0 commit comments