Unverified Commit 3a91cdcf authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

kubeseal: 0.22.0 -> 0.23.0
parents 8c7af7b7 7d8dbdef
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "kubeseal";
  version = "0.22.0";
  version = "0.23.0";

  src = fetchFromGitHub {
    owner = "bitnami-labs";
    repo = "sealed-secrets";
    rev = "v${version}";
    sha256 = "sha256-Tp43JDLzfOARF+1aEG5A5POdOe0rMcllWPuAdlT6tdI=";
    sha256 = "sha256-Xtyn08rlBo17ouxSLQcVT8mQQ6nuDKPjE4OHBdze8/Q=";
  };

  vendorHash = "sha256-JXWWdr5xmgXKwHx9h9X6Y0IZ4pEkBQxJSCR3CTjgJ5I=";
  vendorHash = "sha256-MTueX4+cZIUdjE2BRLVGv7PJr3haV11woJmrkeKFpr0=";

  subPackages = [ "cmd/kubeseal" ];

@@ -20,6 +20,7 @@ buildGoModule rec {
  meta = with lib; {
    description = "A Kubernetes controller and tool for one-way encrypted Secrets";
    homepage = "https://github.com/bitnami-labs/sealed-secrets";
    changelog = "https://github.com/bitnami-labs/sealed-secrets/blob/v${version}/RELEASE-NOTES.md";
    license = licenses.asl20;
    maintainers = with maintainers; [ groodt ];
  };