Skip to content

Commit

Permalink
Merge pull request NixOS#180489 from r-ryantm/auto-update/consul-temp…
Browse files Browse the repository at this point in the history
…late

consul-template: 0.29.0 -> 0.29.2
  • Loading branch information
ryantm authored Aug 25, 2022
2 parents 67b0c76 + 584ec67 commit 8569086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/consul-template/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "consul-template";
version = "0.29.0";
version = "0.29.2";

src = fetchFromGitHub {
owner = "hashicorp";
repo = "consul-template";
rev = "v${version}";
sha256 = "sha256-HxzniR4z3YzvFww3KqhtelaqMQJBsSw83pfz+jHxvKQ=";
sha256 = "sha256-wvnOKbxS1j+MhmOs9INPusA1whLDo1sLGNxmzBQWPWc=";
};

vendorSha256 = "sha256-wRNfxJVX45dfIBZ0sy48qbPkAsD0CIB1PDTiGs8Fjhs=";
vendorSha256 = "sha256-uR1hzP17hFo9DUNCeKcwepZSxJJoV8WBsX9l+1CR4Ek=";

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

0 comments on commit 8569086

Please sign in to comment.