argocd-vault-plugin: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm 2024-05-29 00:22:36 +00:00
parent fb2cf0194e
commit 2c83b7abe3

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "argocd-vault-plugin";
version = "1.17.0";
version = "1.18.0";
src = fetchFromGitHub {
owner = "argoproj-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-YH7yNRaKdYzasaxYSManuiImyxglmIwgLvDKjUg3MR8=";
hash = "sha256-5UIiWtEj2Hoiyp4+WDFKCe6u8Why+YJmg6vXQ5Vwi0I=";
};
vendorHash = "sha256-0PrGrcS8Gx0cVImGrlmXlycFgWCTLjg2ISi0OhYoPpw=";
vendorHash = "sha256-M/lnm+nBs6zXwPfm2sGtLZtsxRSVnRvEZPY3JVlEFuk=";
ldflags = [
"-X=github.com/argoproj-labs/argocd-vault-plugin/version.Version=v${version}"