We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4e027 commit b9e4808Copy full SHA for b9e4808
nix/ext/wrappers/default.nix
@@ -13,7 +13,6 @@
13
let
14
gitTags = builtins.fromJSON (builtins.readFile (builtins.fetchurl {
15
url = "https://api.github.com/repos/supabase/wrappers/tags";
16
- sha256 = "0am40yspir70wp8pik1c7qmfvbby3nyxza115pi9klp6fyv2s93j"; # Replace with actual hash
17
}));
18
in
19
buildPgrxExtension_0_11_3 rec {
0 commit comments