Unverified Commit 54aa3c42 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260489 from r-ryantm/auto-update/consul-template

consul-template: 0.33.0 -> 0.34.0
parents 4baafaa0 8edda565
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "consul-template";
  version = "0.33.0";
  version = "0.34.0";

  src = fetchFromGitHub {
    owner = "hashicorp";
    repo = "consul-template";
    rev = "v${version}";
    hash = "sha256-78RYFFpsW6onWd1aAxDf28GUblIGVtg0uZeURZPla8E=";
    hash = "sha256-LqgA990os33Hftu8+h/HKnOcGcKsAXVuQl1hmCmA5n4=";
  };

  vendorHash = "sha256-LRH3wMRSHIpavXSupFA9HLojBqWVObQfL+SM8ah4oBg=";
  vendorHash = "sha256-zY6c9Wnq00cAuw0WIK3XsTZ1/YL8lnzSEnusUY5VsxY=";

  # consul-template tests depend on vault and consul services running to
  # execute tests so we skip them here