Adam Stephens
2023-12-04 09:49:00 -05:00
parent a7013edac9
commit ac3ce007c7
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "vault";
version = "1.14.4";
version = "1.14.7";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "vault";
rev = "v${version}";
sha256 = "sha256-E7lEKsbl2L6KhLgAZbemCaTIjbsvl3wg3oCURn/Judc=";
sha256 = "sha256-ubMHvKV5OOmQOrjm2J56/XCxsj+qDBPOKgS6hF75g28=";
};
vendorHash = "sha256-8ytAT7qVXAIfoeMyTBMJ6DiWn74sRM1WrrOYaKTlKMo=";
vendorHash = "sha256-zpHjZjgCgf4b2FAJQ22eVgq0YGoVvxGYJ3h/3ZRiyrQ=";
proxyVendor = true;