Merge pull request #277637 from r-ryantm/auto-update/supabase-cli

supabase-cli: 1.129.0 -> 1.129.1
This commit is contained in:
Nick Cao 2023-12-30 10:06:50 -05:00 committed by GitHub
commit 23e56b2afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "supabase-cli";
version = "1.129.0";
version = "1.129.1";
src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
hash = "sha256-qbm7ByPZpLx0BB/iZ3UjYFe/g6l7ZuUw4wzrH72Ut7U=";
hash = "sha256-/qApBCjwgnuCHP6DsK4LE5KA6RVu8lV84fxGVkrKyOs=";
};
vendorHash = "sha256-lFholyFVr6uMcfafM/tb8r1/4ysgWZOW5neoy3uL0Vw=";