We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b11f649 + 6086a8b commit f812137Copy full SHA for f812137
pkgs/by-name/en/envconsul/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "envconsul";
11
- version = "0.13.2";
+ version = "0.13.3";
12
13
src = fetchFromGitHub {
14
owner = "hashicorp";
15
repo = "envconsul";
16
rev = "v${version}";
17
- hash = "sha256-GZU1lEAI3k5EUU/z4gHR8plECudwp+YYyPSk7E0NQtI=";
+ hash = "sha256-hPq+r4DOMu2elOpaT0xDQoelUb1D/zYM/a6fZZdu/AY=";
18
};
19
20
- vendorHash = "sha256-ehxeupO8CrKqkqK11ig7Pj4XTh61VOE4rT2T2SsChxw=";
+ vendorHash = "sha256-0hrZsh08oWqhVqvM6SwUskYToH6Z4YWmV/i0V2MkFMw=";
21
22
ldflags = [
23
"-s"
0 commit comments