Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groodt authored and kalbasit committed Jan 26, 2019
1 parent ca5004e commit b1ddb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/amazon-ecr-credential-helper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoPackage rec {
name = "amazon-ecr-credential-helper-${version}";
version = "0.1.0";
version = "0.3.0";

goPackagePath = "github.com/awslabs/amazon-ecr-credential-helper";

src = fetchFromGitHub {
owner = "awslabs";
repo = "amazon-ecr-credential-helper";
rev = "v${version}";
sha256 = "0mpwm21fphg117ryxda7696s8bnvi4bbc8rvi4zp2m1rhl04j2yy";
sha256 = "06pcwgahcbi13ca5rs6giwdw3w364lbvmzcs4ka82igvcffxjvnd";
};

meta = with lib; {
Expand Down

0 comments on commit b1ddb5f

Please sign in to comment.