File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
buildPgrxExtension_0_11_3 rec {
14
14
pname = "supabase-wrappers" ;
15
- version = "0.4.1 " ;
15
+ version = "0.4.2 " ;
16
16
# update the following array when the wrappers version is updated
17
17
# required to ensure that extensions update scripts from previous versions are generated
18
- previousVersions = [ "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" ] ;
18
+ previousVersions = [ "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" ] ;
19
19
inherit postgresql ;
20
20
src = fetchFromGitHub {
21
21
owner = "supabase" ;
22
22
repo = "wrappers" ;
23
23
rev = "v${ version } " ;
24
- hash = "sha256-AU9Y43qEMcIBVBThu+Aor1HCtfFIg+CdkzK9IxVdkzM =" ;
24
+ hash = "sha256-ut3IQED6ANXgabiHoEUdfSrwkuuYYSpRoeWdtBvSe64 =" ;
25
25
} ;
26
26
nativeBuildInputs = [ pkg-config cargo ] ;
27
27
buildInputs = [ openssl ] ++ lib . optionals ( stdenv . isDarwin ) [
You can’t perform that action at this time.
0 commit comments