Merge pull request #254494 from kashw2/pluto

pluto: 5.18.3 -> 5.18.4
This commit is contained in:
Weijia Wang 2023-09-12 09:09:37 +02:00 committed by GitHub
commit 55ec5ae7d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pluto";
version = "5.18.3";
version = "5.18.4";
src = fetchFromGitHub {
owner = "FairwindsOps";
repo = "pluto";
rev = "v${version}";
sha256 = "sha256-D85+cT4bRVQwyrXs+NZJetRIHP3I7nbJKqOTjatoxwc=";
hash = "sha256-/8ZJXy5FErLnnXpED0UL+xqOo4QZtmR1hpcSpVsE8mw=";
};
vendorHash = "sha256-ysMRE/OwMf4rBnlkpkW9K8ZHEEbHpQ02RXNwLLSr0nY=";
@ -22,6 +22,6 @@ buildGoModule rec {
homepage = "https://github.com/FairwindsOps/pluto";
description = "Find deprecated Kubernetes apiVersions";
license = licenses.asl20;
maintainers = with maintainers; [ peterromfeldhk ];
maintainers = with maintainers; [ peterromfeldhk kashw2 ];
};
}