Skip to content

Commit

Permalink
automatic update (supabase-cli-stable) (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani authored Jan 1, 2025
1 parent 829046d commit 925f23a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/cli/supabase-cli-stable.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "supabase-cli-stable";
version = "2.1.1";
version = "2.2.1";

src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
hash = "sha256-jTAYdAJTaQhDKVwor1rj3ZhyAZ88ElvznFv5nncf4m8=";
hash = "sha256-m7v31fG3ASbOFGv+IsV5IwnKyr+31i4yAAVpawvFHpo=";
};

vendorHash = "sha256-WygbrpE+FIWBs2Q34EAFlOm458vqnuIy+seZb+4Wf+I=";
vendorHash = "sha256-QIt7a+NVd3hubxKOA2kGjouBO5ve7qmIRTIVRpsXmdk=";

ldflags = [
"-s"
Expand Down

0 comments on commit 925f23a

Please sign in to comment.