supabase-cli: 2.23.1 -> 2.23.7

This commit is contained in:
R. Ryantm 2025-05-26 20:39:24 +00:00
parent bdc995d3e9
commit 1f3007cac9

View file

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "supabase-cli";
version = "2.23.1";
version = "2.23.7";
src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
hash = "sha256-1k4eWXBNzmG5qP2sGaEddK+bUAwSArsJ+WbtkMe9Fv4=";
hash = "sha256-djzeqSaDTAK8WR3y7hpDk6NpuGlGLMxLvgSTH1IvlWw=";
};
vendorHash = "sha256-ttQNief5BHbsRtmA32VFMbF2cuiIrtXVfOw5C/A9R+Q=";
vendorHash = "sha256-sjF0NEea51CKPWuZZHsDVZDtQaYz/94qM5iYwPb3jNo=";
ldflags = [
"-s"