Unverified Commit 8c2f1eb3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #221172 from marsam/update-terracognita

terracognita: 0.8.2 -> 0.8.3
parents 72a33b9e 8772d85b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "terracognita";
  version = "0.8.2";
  version = "0.8.3";

  src = fetchFromGitHub {
    owner = "cycloidio";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-OzqIUnvWVxaUAWRIKDWaxtmTeFGqvVYAgdbG4jrph7w=";
    hash = "sha256-ipPJMh88R9Ddo1QzN+No9H2bBsLSPARUI2HRaYvK6jc=";
  };

  vendorHash = "sha256-LzkxVxqBJ3pRk3EI+/Lc6XSNyxhPUg61GKwI1Kmadsc=";
  vendorHash = "sha256-7fGqChud9dcgA9BXyJysUgvvG7zI+ByA0oFlSMd+rps=";

  doCheck = false;