argocd-vault-plugin: 1.16.1 -> 1.17.0

This commit is contained in:
R. Ryantm 2023-11-12 06:21:43 +00:00
parent 647a6f42ee
commit 2414cc4edc

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "argocd-vault-plugin";
version = "1.16.1";
version = "1.17.0";
src = fetchFromGitHub {
owner = "argoproj-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-7bUpshg+OqlS5wvFkZkovQVaLglvSpp7FsVA9qNOk1U=";
hash = "sha256-YH7yNRaKdYzasaxYSManuiImyxglmIwgLvDKjUg3MR8=";
};
vendorHash = "sha256-r9Pcm95gU0QTiREdiQiyJMOKZb5Lt2bIJywLerzgbdg=";
vendorHash = "sha256-0PrGrcS8Gx0cVImGrlmXlycFgWCTLjg2ISi0OhYoPpw=";
# integration tests require filesystem and network access for credentials
doCheck = false;