vault: 1.15.5 -> 1.15.6

One security fix: https://github.com/hashicorp/vault/pull/25649

Changes:
https://github.com/hashicorp/vault/releases/tag/v1.15.6
This commit is contained in:
Thomas Gerbet 2024-03-02 19:31:01 +01:00
parent 80b928afb1
commit 7584eeba20

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "vault";
version = "1.15.5";
version = "1.15.6";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "sha256-KDQgiG+HSkLjiJfej9VqTcPZxOMMTh9n9yTDGfiGF3g=";
hash = "sha256-XqPuikUUm8C02Uv6qZHPz/KEmrvBrr8gOznQ7qbMKnU=";
};
vendorHash = "sha256-fNUoeyBVci/S4LCpAPYjVbf8r+ROB5uL1TaUKJZsNes=";
vendorHash = "sha256-SYGqlLCA7T4MhRlOVBSYnZdZ2+WuJvmmHw3MdnfoezM=";
proxyVendor = true;