1 { lib, buildGoModule, fetchFromGitHub }:
9 src = fetchFromGitHub {
12 rev = "refs/tags/v${version}";
13 hash = "sha256-JYda+CoTa8HAZ0B0kcr4s9u+4dlhthFLpjGaZqAFuhU=";
16 vendorHash = "sha256-u6h/sqI0Rqs3ZmVXtMNVuL3h9Cj15+mM+QnIaylzlHI=";
19 description = "Easily Manage AWS ECS Resources in Terminal 🐱";
20 homepage = "https://github.com/keidarcy/e1s";
21 changelog = "https://github.com/keidarcy/e1s/releases/tag/v${version}";
22 license = licenses.mit;
24 maintainers = with maintainers; [ zelkourban ];