kics: 1.7.10 -> 1.7.11

This commit is contained in:
R. Ryantm 2023-11-20 04:50:41 +00:00 committed by Jonathan Ringer
parent 3106b264ac
commit 3cb52cd725

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "kics";
version = "1.7.10";
version = "1.7.11";
src = fetchFromGitHub {
owner = "Checkmarx";
repo = "kics";
rev = "v${version}";
hash = "sha256-3guudT+PidrgHcJ6/lA/XWHmZXdvjGOhtpoO+9hkYOY=";
hash = "sha256-knNPaxd9/ozQ1LU3O1AYeeRWrM4G7f5NdagD1zcwvQo=";
};
vendorHash = "sha256-gJu3B30IPp8A/xgtE5fzThQAtnFbbzr8ZwucAsObBxs=";
vendorHash = "sha256-psyFivwS9d6+7S+1T7vonhofxHc0y2btXgc5HSu94Dg=";
subPackages = [ "cmd/console" ];