Skip to content

Commit

Permalink
chore: update nix wrappers build input hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc committed Aug 14, 2024
1 parent b9e4808 commit 5d3d6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/ext/wrappers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
let
gitTags = builtins.fromJSON (builtins.readFile (builtins.fetchurl {
url = "https://api.github.com/repos/supabase/wrappers/tags";
sha256 = "0pvavn0f8wnaszq4bmvjkadm6xbvf91rbhcmmgjasqajb69vskv9"; # Replace with actual hash
}));
in
buildPgrxExtension_0_11_3 rec {
Expand Down

0 comments on commit 5d3d6bf

Please sign in to comment.