vault-medusa: 0.4.1 -> 0.7.0

This commit is contained in:
R. Ryantm 2024-02-04 22:24:35 +00:00
parent 2ca3e86768
commit c7cd34defe

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "vault-medusa";
version = "0.4.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "jonasvinther";
repo = "medusa";
rev = "v${version}";
sha256 = "sha256-VL22p723LDHpn+WhKoPm3u1uSTMofJpy3tZNlgcWQSk=";
sha256 = "sha256-8lbaXcu+o+grbFPJxZ6p/LezxDFCUvOQyX49zX4V/v0=";
};
vendorHash = "sha256-pptAtzw9vRguQJK73kjfM/wnTJDekXBWV3Yeb8p8LOY=";
vendorHash = "sha256-/8wusZt0BQ//HCokjiSpsgsGb19FggrGrEuhCrwm9L0=";
meta = with lib; {
description = "A cli tool for importing and exporting Hashicorp Vault secrets";