kubescape: 1.0.138 -> 1.0.139

This commit is contained in:
Fabian Affolter 2022-01-11 15:58:03 +01:00
parent 2f59499bb0
commit f465e9e97c

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubescape";
version = "1.0.138";
version = "1.0.139";
src = fetchFromGitHub {
owner = "armosec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/Rp4eNlvlONiH3F6Zv9GDUF26tmSuhFGUL1MoKOFSEc=";
sha256 = "sha256-CsIdr/+orDTGdEs4R069+PF3ZKuXx8uLxEsymFOLfOY=";
};
nativeBuildInputs = [