kubeseal: 0.24.5 -> 0.25.0

This commit is contained in:
R. Ryantm
2024-01-20 12:12:50 +00:00
parent da01531353
commit beccef0b4e
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubeseal";
version = "0.24.5";
version = "0.25.0";
src = fetchFromGitHub {
owner = "bitnami-labs";
repo = "sealed-secrets";
rev = "v${version}";
sha256 = "sha256-OyYVilc5QEK7Mjp9NKQpvhR4HyNSUh/82eCl1LHf4fQ=";
sha256 = "sha256-maDfKFrszKexwzHw50iPu+aLLhi/QqKj6zmes9kS5Lk=";
};
vendorHash = "sha256-TdEfw/f7dSIoueJoi7qqOegEBJQLHc6Em21dcDnCuJU=";
vendorHash = "sha256-3SrfD+6Gg9T9Qtb2PbipJZTe8Szs8Cef/61alwgHUUA=";
subPackages = [ "cmd/kubeseal" ];