kubeaudit: 0.18.0 -> 0.19.0

This commit is contained in:
Fabian Affolter 2022-07-09 00:47:02 +02:00
parent 9cd306c9eb
commit c31e05fb63

@ -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