supabase-cli: 1.191.3 -> 1.192.5

This commit is contained in:
R. Ryantm 2024-09-14 22:11:38 +00:00
parent 00ca48eb01
commit f8810083c7

View File

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