kics: 1.7.13 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-04-18 01:40:31 +00:00
parent 3f1bb546b5
commit d183a2939d
1 changed files with 3 additions and 3 deletions

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "kics";
version = "1.7.13";
version = "2.0.0";
src = fetchFromGitHub {
owner = "Checkmarx";
repo = "kics";
rev = "v${version}";
hash = "sha256-5+ZxQaLc5KBl+e//9FQAM+isMU8QchtHwRm4rMr7Hd0=";
hash = "sha256-OdX3ipfPj+rope5oT5ND9MEaefW36X6XDV5F7PaQOuw=";
};
vendorHash = "sha256-+XszRGnGw/YmrU8SazoNSZkA5s1aFWf3mIBZtK4UBy0=";
vendorHash = "sha256-vYAMzXBQIt8F9DTGLkWNXx6e08MPo12W2ogiTZ8gcjw=";
subPackages = [ "cmd/console" ];