supabase-cli: 1.190.0 -> 1.191.3

This commit is contained in:
R. Ryantm 2024-08-29 00:23:45 +00:00
parent ac63aa9160
commit b2b4cfc75b

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "supabase-cli";
version = "1.190.0";
version = "1.191.3";
src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
hash = "sha256-n5fIvt6eeSZBStFR/GE9YG8s56ZyCBGzFCpjuyMpujY=";
hash = "sha256-8T58CrXbLxrw8TNRNB48w3zGOgBW+L/zWpsaGyWnLy8=";
};
vendorHash = "sha256-RiSZaNbMwOmKGzgFpeLmAjsiNg1ADMNAtMH7wHj/vlw=";