Skip to content

Commit

Permalink
goat-cli: 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 10, 2025
1 parent 0fe418f commit feedcd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/goat-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "goat-cli";
version = "1.3.0";
version = "1.4.0";

src = fetchFromGitHub {
repo = "goat";
owner = "studio-b12";
rev = "v${version}";
hash = "sha256-g5iS0XCRv97uX45BMqyFNodjjZ3Q9OeMJXAdsPwLCEg=";
hash = "sha256-7inoRBVR7zmt0jUFAGYjoYT2cdda0qgzyXLL+GiBFMg=";
};

vendorHash = "sha256-MOsxM8CSjK5j/guEwRFWHZ4+gdAHa5txVXw67jzwyLQ=";
vendorHash = "sha256-b/v27pHA9LcFe4TC/EpelJVSkAg4sq7b8p2gk0bWsQc=";

ldflags = [
"-s"
Expand Down

0 comments on commit feedcd9

Please sign in to comment.