kics: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm 2022-11-09 22:03:47 +00:00 committed by Bobby Rong
parent 4d2a51e4ee
commit 0533be43f1

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "kics";
version = "1.6.3";
version = "1.6.4";
src = fetchFromGitHub {
owner = "Checkmarx";
repo = "kics";
rev = "v${version}";
sha256 = "sha256-42lqHhaUqL6PNtxIy2Q43BK+73r9b4WZjEHvKzlfr7Q=";
sha256 = "sha256-QWu34BmmqqP4j3lU/25xnNdVRMKIPU4p6Ydh2jNiwEU=";
};
vendorSha256 = "sha256-0t6JtDWKWAjXifZdi+z4104mVzhzqxx8wdbgEPN7FhI=";
vendorSha256 = "sha256-gOjlzo/28DC7dq/V88Sc5b88qX/WoBxyAS3P2n9jp6I=";
subPackages = [ "cmd/console" ];