vault: 1.14.0 -> 1.14.1

This commit is contained in:
R. Ryantm 2023-07-28 10:26:51 +00:00
parent 91d48bf4bd
commit d694d3b0a9

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "vault";
version = "1.14.0";
version = "1.14.1";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "sha256-kx60OMIw7F9osF1u6GGp/xfUXo9XUhHmsrh3gCud0iI=";
sha256 = "sha256-3/oGuK+n0NGDdRYb+c0QNbJrCD2MBQDXWUDpdGsOY2k=";
};
vendorHash = "sha256-gQ+n/UtZn07lyi48sRCulZ7R4gtwKVu1tklFwRAUIZo=";
vendorHash = "sha256-W5XsUWb3uZGX7RAQQMy67j9LM3KiEl/+XZAGDKTRwd0=";
subPackages = [ "." ];