envconsul: 0.13.2 -> 0.13.3

This commit is contained in:
R. Ryantm 2025-01-17 13:00:16 +00:00
parent 90789b086a
commit 6086a8bb0f

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "envconsul";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "envconsul";
rev = "v${version}";
hash = "sha256-GZU1lEAI3k5EUU/z4gHR8plECudwp+YYyPSk7E0NQtI=";
hash = "sha256-hPq+r4DOMu2elOpaT0xDQoelUb1D/zYM/a6fZZdu/AY=";
};
vendorHash = "sha256-ehxeupO8CrKqkqK11ig7Pj4XTh61VOE4rT2T2SsChxw=";
vendorHash = "sha256-0hrZsh08oWqhVqvM6SwUskYToH6Z4YWmV/i0V2MkFMw=";
ldflags = [
"-s"