Skip to content

Commit ddc9946

Browse files
authored
chore: bump wrappers to v0.4.2 (#1181)
* chore: bump wrappers to v0.4.2 * revert nix change * add wrappers version to nix * revert nix change * update nix file
1 parent 5b8a059 commit ddc9946

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ groonga_release_checksum: sha256:1c2d1a6981c1ad3f02a11aff202b15ba30cb1c6147f1fa9
133133
pgroonga_release: "3.0.7"
134134
pgroonga_release_checksum: sha256:885ff3878cc30e9030e5fc56d561bc8b66df3ede1562c9d802bc0ea04fe5c203
135135

136-
wrappers_release: "0.4.1"
136+
wrappers_release: "0.4.2"
137137

138138
hypopg_release: "1.4.1"
139139
hypopg_release_checksum: sha256:9afe6357fd389d8d33fad81703038ce520b09275ec00153c6c89282bcdedd6bc

nix/ext/wrappers/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
buildPgrxExtension_0_11_3 rec {
1414
pname = "supabase-wrappers";
15-
version = "0.4.1";
15+
version = "0.4.2";
1616
# update the following array when the wrappers version is updated
1717
# 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"];
1919
inherit postgresql;
2020
src = fetchFromGitHub {
2121
owner = "supabase";
2222
repo = "wrappers";
2323
rev = "v${version}";
24-
hash = "sha256-AU9Y43qEMcIBVBThu+Aor1HCtfFIg+CdkzK9IxVdkzM=";
24+
hash = "sha256-ut3IQED6ANXgabiHoEUdfSrwkuuYYSpRoeWdtBvSe64=";
2525
};
2626
nativeBuildInputs = [ pkg-config cargo ];
2727
buildInputs = [ openssl ] ++ lib.optionals (stdenv.isDarwin) [

0 commit comments

Comments
 (0)