Skip to content

Commit 7a23122

Browse files
committed
revert nix change
1 parent 6529380 commit 7a23122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/wrappers/default.nix

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

1313
buildPgrxExtension_0_11_3 rec {
1414
pname = "supabase-wrappers";
15-
version = "0.4.2";
15+
version = "0.4.1";
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.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"];
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"];
1919
inherit postgresql;
2020
src = fetchFromGitHub {
2121
owner = "supabase";

0 commit comments

Comments
 (0)