From cbd9ef69beb0dfe480ae49c75630143836a23223 Mon Sep 17 00:00:00 2001 From: IndeedNotJames Date: Sun, 16 Apr 2023 19:03:01 +0200 Subject: [PATCH] consul-template: 0.30.0 -> 0.31.0 changelog: https://github.com/hashicorp/consul-template/blob/02d863a94d85e7a55f69ac3c889d3867577fa00d/CHANGELOG.md#v0310-apr-06-2023 diff: https://github.com/hashicorp/consul-template/compare/v0.30.0...v0.31.0 --- pkgs/tools/system/consul-template/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/system/consul-template/default.nix b/pkgs/tools/system/consul-template/default.nix index 7e8e242d7bd1..8bcceecee956 100644 --- a/pkgs/tools/system/consul-template/default.nix +++ b/pkgs/tools/system/consul-template/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "consul-template"; - version = "0.30.0"; + version = "0.31.0"; src = fetchFromGitHub { owner = "hashicorp"; repo = "consul-template"; rev = "v${version}"; - sha256 = "sha256-Q2mNMgGnwyYXVsmP6cVVlGEs2fHUZKwrWepmmQXmNLo="; + hash = "sha256-6B6qijC10WOyGQ9159DK0+WSE19fXbwQc023pkg1iqQ="; }; - vendorHash = "sha256-75IFVVd4L70kEV5L7Ub9RpR9LMhkz3fB4b5eAYwkPPk="; + vendorHash = "sha256-wNZliD6mcJT+/U/1jiwdYubYe0Oa+YR6vSLo5vs0bDk="; # consul-template tests depend on vault and consul services running to # execute tests so we skip them here