goat-cli: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2025-02-10 13:11:53 +00:00
parent 0fe418f717
commit feedcd9238

View File

@ -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"