1212, git
1313} :
1414let
15- rustVersion = "1.84.0 " ;
15+ rustVersion = "1.85.1 " ;
1616 cargo = rust-bin . stable . ${ rustVersion } . default ;
1717in
1818buildPgrxExtension_0_12_9 rec {
1919 pname = "supabase-wrappers" ;
20- version = "0.5.0 " ;
20+ version = "0.5.1 " ;
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.6" "0.4.5" "0.4.4" "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" ] ;
23+ previousVersions = [ "0.5.0" "0. 4.6" "0.4.5" "0.4.4" "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-FbRTUcpEHBa5DI6dutvBeahYM0RZVAXIzIAZWIaxvn0 " ;
29+ hash = "sha256-3GfN3vZMFWf4FV/fSOe9ZN6KETmjoNw3Paz+JRzaH3c " ;
3030 } ;
3131
3232 nativeBuildInputs = [ pkg-config cargo git ] ;
@@ -65,7 +65,8 @@ buildPgrxExtension_0_12_9 rec {
6565 lockFile = "${ src } /Cargo.lock" ;
6666 allowBuiltinFetchGit = false ;
6767 outputHashes = {
68- "clickhouse-rs-1.1.0-alpha.1" = "sha256-G+v4lNP5eK2U45D1fL90Dq24pUSlpIysNCxuZ17eac0=" ;
68+ "clickhouse-rs-1.1.0-alpha.1" = "sha256-nKiGzdsAgJej8NgyVOqHaD1sZLrNF1RPfEhu2pRwZ6o" ;
69+ "iceberg-0.5.0" = "sha256-dYPZdpP7kcp49UxsCZrZi3xMJ4rJiB8H65dMMR9Z1Yk" ;
6970 } ;
7071 } ;
7172
@@ -80,7 +81,7 @@ buildPgrxExtension_0_12_9 rec {
8081 print
8182 getline
8283 if ($0 ~ /git =/) {
83- print "git = \"https://github.com/suharev7 /clickhouse-rs/async-await \""
84+ print "git = \"https://github.com/burmecia /clickhouse-rs/supabase-patch \""
8485 } else {
8586 print
8687 }
0 commit comments