Skip to content

Commit b9e4808

Browse files
committed
chore: don't validate GH API response hash when building wrappers
1 parent 1a4e027 commit b9e4808

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nix/ext/wrappers/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
let
1414
gitTags = builtins.fromJSON (builtins.readFile (builtins.fetchurl {
1515
url = "https://api.github.com/repos/supabase/wrappers/tags";
16-
sha256 = "0am40yspir70wp8pik1c7qmfvbby3nyxza115pi9klp6fyv2s93j"; # Replace with actual hash
1716
}));
1817
in
1918
buildPgrxExtension_0_11_3 rec {

0 commit comments

Comments
 (0)