argocd-vault-plugin: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm 2023-08-19 05:59:40 +00:00
parent d3430521cf
commit 53314495c5

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "argocd-vault-plugin";
version = "1.16.0";
version = "1.16.1";
src = fetchFromGitHub {
owner = "argoproj-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-9gM4CD3MbZX3ZCZ3XCAkdOkE381jgGvg/swto4B74g8=";
hash = "sha256-7bUpshg+OqlS5wvFkZkovQVaLglvSpp7FsVA9qNOk1U=";
};
vendorHash = "sha256-r9Pcm95gU0QTiREdiQiyJMOKZb5Lt2bIJywLerzgbdg=";