kubeseal: 0.20.1 -> 0.20.2

This commit is contained in:
R. Ryantm
2023-03-25 00:39:58 +00:00
parent 612676d971
commit b06cac0904
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubeseal";
version = "0.20.1";
version = "0.20.2";
src = fetchFromGitHub {
owner = "bitnami-labs";
repo = "sealed-secrets";
rev = "v${version}";
sha256 = "sha256-y69pxIKGRLL+XUI6iJm+CP5WgMw5BZwWKBiBWAUQsw8=";
sha256 = "sha256-dzrxOZ8gsLm3cw54id7edhqsqZfuOG90P3aAdf/b66M=";
};
vendorHash = "sha256-376PGm8VQ9B7/YYYqJyRZoMwAmaHYqEerBW5PV9Z8nY=";