vault: 1.14.2 -> 1.14.3

This commit is contained in:
Antoine Labarussias 2023-09-14 11:28:57 +02:00
parent fcbfef1e43
commit 2e6b8c0117
No known key found for this signature in database
GPG Key ID: 149D68C2439559EF

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "vault";
version = "1.14.2";
version = "1.14.3";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "sha256-c3WoSowF1Z0E9L8DdfOeiluYJzVnzltujE3tKlrLvPQ=";
sha256 = "sha256-J8ZHK9zOZIo61xund4VQ46LD609B9zWgCZcD1StEu/Y=";
};
vendorHash = "sha256-IUMBp+2TGtp55XnHo46aX7fYRUP/8+Vhe47KqR7zUws=";
vendorHash = "sha256-8ytAT7qVXAIfoeMyTBMJ6DiWn74sRM1WrrOYaKTlKMo=";
proxyVendor = true;