terracognita: 0.6.2 -> 0.6.3

This commit is contained in:
R. RyanTM 2021-04-05 06:08:23 +00:00
parent 7d0ba0850f
commit b58b77a164

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "terracognita";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "cycloidio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RX2L9EwxfZ+utptTDR3+W9ACVPALF/hiE40SJTmZuLs=";
sha256 = "sha256-rRSBPnvv4941IUGN/6+8/hzgYDqgPErNkd7tFrslPiQ=";
};
vendorSha256 = "sha256-sN9GTcG5cZxvMaLqNjY2jfLkf8a3lugM2aV3bBdT5Ww=";