vault-medusa: 0.3.6 -> 0.4.1
This commit is contained in:
parent
f46ee73ba6
commit
cd5e3e324a
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "vault-medusa";
|
pname = "vault-medusa";
|
||||||
version = "0.3.6";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jonasvinther";
|
owner = "jonasvinther";
|
||||||
repo = "medusa";
|
repo = "medusa";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-KAKHuUv6nFVi3ucXkXGs9yfy2WFBnIDaDiNLKXsEOlI=";
|
sha256 = "sha256-VL22p723LDHpn+WhKoPm3u1uSTMofJpy3tZNlgcWQSk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-DCq+Dke33trkntrXz49I1mDxsJodVbtZEbg1UF6Tmwk=";
|
vendorHash = "sha256-pptAtzw9vRguQJK73kjfM/wnTJDekXBWV3Yeb8p8LOY=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A cli tool for importing and exporting Hashicorp Vault secrets";
|
description = "A cli tool for importing and exporting Hashicorp Vault secrets";
|
||||||
|
|
Loading…
Reference in a new issue