Skip to content

Commit

Permalink
terracognita: 0.6.0 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and tomberek committed Mar 20, 2021
1 parent 4937dd3 commit d834510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/terracognita/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "terracognita";
version = "0.6.0";
version = "0.6.2";

src = fetchFromGitHub {
owner = "cycloidio";
repo = pname;
rev = "v${version}";
sha256 = "1f0wi5mlb9r7ncvyvgmcdfngxrzgbdv7hm2ckb8bwmzcki2h2255";
sha256 = "sha256-RX2L9EwxfZ+utptTDR3+W9ACVPALF/hiE40SJTmZuLs=";
};

vendorSha256 = "015r7zvah7lk5rbkaqhh2abbv19ky1in3ngzzrdvhbcqfns25iqr";
vendorSha256 = "sha256-sN9GTcG5cZxvMaLqNjY2jfLkf8a3lugM2aV3bBdT5Ww=";

doCheck = false;

Expand Down

0 comments on commit d834510

Please sign in to comment.