Unverified Commit c22fe985 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #217365 from r-ryantm/auto-update/kubeseal

kubeseal: 0.19.4 -> 0.19.5
parents 640396f0 2d8ae516
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "kubeseal";
  version = "0.19.4";
  version = "0.19.5";

  src = fetchFromGitHub {
    owner = "bitnami-labs";
    repo = "sealed-secrets";
    rev = "v${version}";
    sha256 = "sha256-okQJBZLIFujHg5Tn/AbCox8mRrump/GjYjyQzkJAtFg=";
    sha256 = "sha256-giCFea4uZNztWxQhsYSdh2KtFE0uU0hf/lhGnY9OsIE=";
  };

  vendorHash = "sha256-Nzef+cfC4Fosm1e1Whpz/BrGqRlcbD0NpyST8V1iwiU=";
  vendorHash = "sha256-i8MpQsqD1SBf+qPwYTFDTYDE4mvLdpKUoKML+u1027U=";

  subPackages = [ "cmd/kubeseal" ];