Merge pull request #180781 from fabaff/kubeaudit-bump

kubeaudit: 0.18.0 -> 0.19.0
This commit is contained in:
Fabian Affolter 2022-07-09 10:51:26 +02:00 committed by GitHub
commit 3edf84fd96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "kubeaudit";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "Shopify";
repo = pname;
rev = "v${version}";
hash = "sha256-aMnhEY16SybE5Oavc6stw7xoyNblCwFJpzYHsDBENX4=";
hash = "sha256-exJGjFeqk3hM52Zgfs+2JEVdzVZf79ZRQH2krusiw8c=";
};
vendorSha256 = "sha256-plsnzeRIaJNNzrkzQYtxOqWejTDntPRemIhcfpxXgBg=";
vendorSha256 = "sha256-hi83C05eEXqQ6kMGv6n/fjsYAXveyVRqKZds5iv8Oio=";
postInstall = ''
mv $out/bin/cmd $out/bin/$pname