Skip to content

Commit

Permalink
supabase-cli: 2.1.2 -> 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 21, 2024
1 parent 8f85b83 commit e35acdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/su/supabase-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "supabase-cli";
version = "2.1.2";
version = "2.1.3";

src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
hash = "sha256-lSmB+UC/dJzrK5C9o+11Hq/ZzbJrzofqaqc0JSy9pxE=";
hash = "sha256-z29xiaKd/xyZU9s+QyMrb5+g4zsqJ1QpRYJooCTxFqw=";
};

vendorHash = "sha256-WygbrpE+FIWBs2Q34EAFlOm458vqnuIy+seZb+4Wf+I=";
vendorHash = "sha256-sn8W10HhBLl4MqfnjUZKx6/wlKDBzMNi2EOc+OPtrFo=";

ldflags = [
"-s"
Expand Down

0 comments on commit e35acdd

Please sign in to comment.