Unverified Commit a5cebec5 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

velero: 1.14.0 -> 1.14.1 (#338766)

parents 6e2fbbd0 3397a57a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" ];

+0 −2
Original line number Diff line number Diff line
@@ -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; };