Merge pull request #266980 from r-ryantm/auto-update/argocd-vault-plugin

argocd-vault-plugin: 1.16.1 -> 1.17.0
This commit is contained in:
Weijia Wang 2023-12-04 02:49:19 +01:00 committed by GitHub
commit 798299ed8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;