Merge pull request #187752 from r-ryantm/auto-update/kubectl-evict-pod

kubectl-evict-pod: 0.0.10 -> 0.0.12
This commit is contained in:
Jonas Heinrich 2022-08-29 22:31:45 +02:00 committed by GitHub
commit de56531831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubectl-evict-pod";
version = "0.0.10";
version = "0.0.12";
src = fetchFromGitHub {
owner = "rajatjindal";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Z4fJzU317p7K+klcDQAukXAfZOpHd3PlH5fKO0PgKHA=";
sha256 = "sha256-alU1c1ppn4cQi582kcA/PIAJJt73i3uG02cQvSYij1A=";
};
vendorSha256 = "sha256-8VTrywlzrzoBEi/xOqkwhGW/R2B2oGqgh01Gv9FcW80=";
vendorSha256 = null;
meta = with lib; {
description = "This plugin evicts the given pod and is useful for testing pod disruption budget rules";