Unverified Commit d04e65db authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

terramate: 0.14.6 -> 0.14.7 (#449503)

parents c4a27cc8 7df38e09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "terramate";
  version = "0.14.6";
  version = "0.14.7";

  src = fetchFromGitHub {
    owner = "terramate-io";
    repo = "terramate";
    rev = "v${version}";
    hash = "sha256-fDAd98TgS9f6094rn32EOONVbjgoW+KIN0U2LMjzcm8=";
    hash = "sha256-e3XHA9KktHxe0Ud4o9uchne0xnka2MNb2F7IgzWDLWo=";
  };

  vendorHash = "sha256-uS/4lDFd13U7oOct4JeSIc3WNqkB1x/clPf0A16Za/s=";