Skip to content

Commit

Permalink
chore: don't validate GH API response hash when building wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc committed Aug 14, 2024
1 parent 1a4e027 commit b9e4808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nix/ext/wrappers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
let
gitTags = builtins.fromJSON (builtins.readFile (builtins.fetchurl {
url = "https://api.github.com/repos/supabase/wrappers/tags";
sha256 = "0am40yspir70wp8pik1c7qmfvbby3nyxza115pi9klp6fyv2s93j"; # Replace with actual hash
}));
in
buildPgrxExtension_0_11_3 rec {
Expand Down

0 comments on commit b9e4808

Please sign in to comment.