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

argocd-vault-plugin: 1.13.1 -> 1.14.0
This commit is contained in:
Weijia Wang 2023-03-29 00:43:16 +03:00 committed by GitHub
commit 890dada539
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.13.1";
version = "1.14.0";
src = fetchFromGitHub {
owner = "argoproj-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-BuPNmGWKvjWkMCyyAFZeSCcnBUeaoduw7fZe07WD3Jo=";
hash = "sha256-TIZpeCYj8i/RbWqYn6js70QtQsnAF0itHCs+2mjwuGg=";
};
vendorHash = "sha256-jxuYT63FxylQinJ9paPk/Ut0aFX5gdLOS4ugzrtRIF0=";
vendorHash = "sha256-awa3hbM9/9YR7amx/VVOEWgzK/l8OjOemDFpYojfOwg=";
# integration tests require filesystem and network access for credentials
doCheck = false;