Unverified Commit 890dada5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

argocd-vault-plugin: 1.13.1 -> 1.14.0
parents 5c34171a 5265db59
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;