kics: 1.7.7 -> 1.7.8

This commit is contained in:
R. Ryantm 2023-09-23 21:45:37 +00:00
parent 9155f8dc6e
commit 10ecc31186

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "kics";
version = "1.7.7";
version = "1.7.8";
src = fetchFromGitHub {
owner = "Checkmarx";
repo = "kics";
rev = "v${version}";
hash = "sha256-qK1lq7jrej4HdM+BUDDPujhbhqEhKcli3CTAmadO5Mg=";
hash = "sha256-T4b4PO4NcpsosiyRa/78WJ4yYvc1Ez7t7KIbZzSlQAo=";
};
vendorHash = "sha256-gJu3B30IPp8A/xgtE5fzThQAtnFbbzr8ZwucAsObBxs=";