Skip to content

Commit

Permalink
iamy: 2.1.1 -> 2.3.2 (#62613)
Browse files Browse the repository at this point in the history
  • Loading branch information
suvash authored and kalbasit committed Jun 13, 2019
1 parent 71ff795 commit 7815c86
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pkgs/tools/admin/iamy/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoModule, fetchFromGitHub }:

buildGoPackage rec {
buildGoModule rec {
name = "iamy-${version}";
version = "2.1.1";
version = "2.3.2";

goPackagePath = "github.com/99designs/iamy";

src = fetchFromGitHub {
owner = "99designs";
repo = "iamy";
rev = "v${version}";
sha256 = "0b55hxcvgil8rl6zh2kyndfi7s5nzclawjb0sby14wpys3v08bjf";
sha256 = "1fypc6yjnhlpk7zhb2lvah2ikh2zji9sll55rqjbr3i4j02h484z";
};

modSha256 = "0akak573zvz3xg5d7vf0ch2mrmj1jkzcdc29v3kn43f7944c2wcl";

buildFlagsArray = [''-ldflags=
-X main.Version=v${version} -s -w
''];

meta = with stdenv.lib; {
description = "A cli tool for importing and exporting AWS IAM configuration to YAML files";
homepage = https://github.com/99designs/iamy;
Expand Down

0 comments on commit 7815c86

Please sign in to comment.