velero: 1.14.0 -> 1.14.1 (#338766)

This commit is contained in:
Nikolay Korotkiy
2024-09-01 18:24:39 +04:00
committed by GitHub
2 changed files with 3 additions and 5 deletions
@@ -2,14 +2,14 @@
buildGoModule rec {
pname = "velero";
version = "1.14.0";
version = "1.14.1";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "velero";
rev = "v${version}";
sha256 = "sha256-1jhhZosrU2zTlgMhM7vJ2kLpO+BITPdUo0t3rcbDYjg=";
sha256 = "sha256-rXWBTPM3dCGON1DvpCOsA4C4mAuVDqV9YbrvP5yDCa0=";
};
ldflags = [
@@ -20,7 +20,7 @@ buildGoModule rec {
"-X github.com/vmware-tanzu/velero/pkg/buildinfo.GitSHA=none"
];
vendorHash = "sha256-J0fYfSbxL4R1ac6ezM03e1+J8n7+CRSujVU6XDCyPU4=";
vendorHash = "sha256-HpPJXYBrk5qfV01VOqXGpn4waEONJa61mqLbEsuwrEs=";
excludedPackages = [ "issue-template-gen" "release-tools" "v1" "velero-restic-restore-helper" ];
-2
View File
@@ -38155,8 +38155,6 @@ with pkgs;
helmsman = callPackage ../applications/networking/cluster/helmsman { };
velero = callPackage ../applications/networking/cluster/velero { };
hplip = callPackage ../misc/drivers/hplip { };
hplipWithPlugin = hplip.override { withPlugin = true; };