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

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

kubeseal: 0.20.2 -> 0.20.5
parents f790942f 9e7811d7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "kubeseal";
  version = "0.20.2";
  version = "0.20.5";

  src = fetchFromGitHub {
    owner = "bitnami-labs";
    repo = "sealed-secrets";
    rev = "v${version}";
    sha256 = "sha256-dzrxOZ8gsLm3cw54id7edhqsqZfuOG90P3aAdf/b66M=";
    sha256 = "sha256-G7v5hRSUtO7AwotQ/2eftfs31+IbyzGHydT/IR1bhOY=";
  };

  vendorHash = "sha256-376PGm8VQ9B7/YYYqJyRZoMwAmaHYqEerBW5PV9Z8nY=";
  vendorHash = "sha256-fndK1PO4CfTGQV1f9PJ+ju5VUW/RIE5i8IBARJn0g6g=";

  subPackages = [ "cmd/kubeseal" ];