velero: 1.9.1 -> 1.9.2

This commit is contained in:
R. Ryantm 2022-09-27 03:35:07 +00:00 committed by Bobby Rong
parent f6b1f7c615
commit d2b9d9c165

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "velero";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "velero";
rev = "v${version}";
sha256 = "sha256-zGk5Bo1n2VV33wzozgYWbrwd/D3lcSWsqb+s3U3kmus=";
sha256 = "sha256-xhsHFb3X1oM68xnYiVEa0eZr7VFdUCkNzeyvci6wb9g=";
};
ldflags = [