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 b9e4808 commit 5d3d6bfCopy full SHA for 5d3d6bf
nix/ext/wrappers/default.nix
@@ -13,6 +13,7 @@
13
let
14
gitTags = builtins.fromJSON (builtins.readFile (builtins.fetchurl {
15
url = "https://api.github.com/repos/supabase/wrappers/tags";
16
+ sha256 = "0pvavn0f8wnaszq4bmvjkadm6xbvf91rbhcmmgjasqajb69vskv9"; # Replace with actual hash
17
}));
18
in
19
buildPgrxExtension_0_11_3 rec {
0 commit comments