Skip to content

Commit 5d3d6bf

Browse files
committed
chore: update nix wrappers build input hash
1 parent b9e4808 commit 5d3d6bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/ext/wrappers/default.nix

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

0 commit comments

Comments
 (0)