argocd-autopilot: 0.3.0 -> 0.3.1

This commit is contained in:
Bryan A. S
2022-04-06 19:38:18 +10:00
committed by zowoq
parent 6c21273e1e
commit 4b0a37b89f
@@ -2,17 +2,16 @@
buildGoModule rec {
pname = "argocd-autopilot";
version = "0.3.0";
commit = "c8d17bef976649e4dc2428c14c39e30a0f846552";
version = "0.3.1";
src = fetchFromGitHub {
owner = "argoproj-labs";
repo = "argocd-autopilot";
rev = "v${version}";
sha256 = "sha256-tggE1T+oD/dJS9tD9xOExjhy+T1GDd0vwTerD3P2KvA=";
sha256 = "sha256-L8+sb0lGPuc6smOFwijRGFS+oSCxEqB5c1tG55MPlgE=";
};
vendorSha256 = "sha256-v8UMSObE6w+ULzueEK0UFeebLqoamy/788SQLBmJZ8U=";
vendorSha256 = "sha256-sxPTOao3scTmiVKFyGeWPMzXQz/d0HSVmUYocNGm1vA=";
proxyVendor = true;
@@ -24,7 +23,7 @@ buildGoModule rec {
"-X ${package_url}.binaryName=${pname}"
"-X ${package_url}.version=${src.rev}"
"-X ${package_url}.buildDate=unknown"
"-X ${package_url}.gitCommit=${commit}"
"-X ${package_url}.gitCommit=${src.rev}"
"-X ${package_url}.installationManifestURL=github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=${src.rev}"
"-X ${package_url}.installationManifestsNamespacedURL=github.com/argoproj-labs/argocd-autopilot/manifests/insecure?ref=${src.rev}"
];