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

kubeseal: 0.19.5 -> 0.20.1
This commit is contained in:
Nick Cao
2023-03-17 10:33:36 +08:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubeseal";
version = "0.19.5";
version = "0.20.1";
src = fetchFromGitHub {
owner = "bitnami-labs";
repo = "sealed-secrets";
rev = "v${version}";
sha256 = "sha256-giCFea4uZNztWxQhsYSdh2KtFE0uU0hf/lhGnY9OsIE=";
sha256 = "sha256-y69pxIKGRLL+XUI6iJm+CP5WgMw5BZwWKBiBWAUQsw8=";
};
vendorHash = "sha256-i8MpQsqD1SBf+qPwYTFDTYDE4mvLdpKUoKML+u1027U=";
vendorHash = "sha256-376PGm8VQ9B7/YYYqJyRZoMwAmaHYqEerBW5PV9Z8nY=";
subPackages = [ "cmd/kubeseal" ];