Skip to content

Commit 5160e14

Browse files
committed
update nix file
1 parent 622fc7e commit 5160e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)