1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-juyTCtcuFIlKyLxDrK5tRRzCMwoSXG4EUA32E/Z4y5c=";
14 vendorSha256 = "sha256-dqUMwnHRsR8n4bHEKoePyuqr8sE4NWPpuYo5SwOw0Rw=";
18 ldflags = [ "-w" "-s" "-X main.Version=${version}" ];
21 homepage = "https://github.com/bwhaley/ssmsh";
22 description = "An interactive shell for AWS Parameter Store";
23 license = licenses.mit;
24 maintainers = with maintainers; [ dbirks ];