Merge pull request #248276 from r-ryantm/auto-update/argocd-vault-plugin
argocd-vault-plugin: 1.15.0 -> 1.16.0
This commit is contained in:
commit
2d67e46d6a
@ -2,16 +2,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "argocd-vault-plugin";
|
||||
version = "1.15.0";
|
||||
version = "1.16.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "argoproj-labs";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-59Q6T+k+bFvglhgbydH+GYqcLsZ7EeMTpVa+3EJrZpU=";
|
||||
hash = "sha256-9gM4CD3MbZX3ZCZ3XCAkdOkE381jgGvg/swto4B74g8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-n/bRVShxRmaXL3obRdNQ8OVWVZqWZ9qt59gRxGEUtzk=";
|
||||
vendorHash = "sha256-r9Pcm95gU0QTiREdiQiyJMOKZb5Lt2bIJywLerzgbdg=";
|
||||
|
||||
# integration tests require filesystem and network access for credentials
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user