Merge pull request #164510 from r-ryantm/auto-update/velero

velero: 1.8.0 -> 1.8.1
This commit is contained in:
Ryan Mulligan 2022-03-17 06:42:49 -07:00 committed by GitHub
commit 877eb10cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
buildGoModule rec { buildGoModule rec {
pname = "velero"; pname = "velero";
version = "1.8.0"; version = "1.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vmware-tanzu"; owner = "vmware-tanzu";
repo = "velero"; repo = "velero";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-tQGAzQFrpCUAEzdd5vr4j2oIb6TKeN9DQm96TdP0n40="; sha256 = "sha256-oiYr9JQlJVxjZxGhZyOIUy934KedBmDhzK+71qmaD58=";
}; };
ldflags = [ ldflags = [