Skip to content

Commit

Permalink
kics: 1.5.14 -> 1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 31, 2022
1 parent 4415574 commit 0374eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/kics/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "kics";
version = "1.5.14";
version = "1.5.15";

src = fetchFromGitHub {
owner = "Checkmarx";
repo = "kics";
rev = "v${version}";
sha256 = "sha256-6ZxkKtzav9mq6MTTuf83l3F8aH1EYyX4cV/xKqyv+2Q=";
sha256 = "sha256-e6esrGb1p96yV9Ce7z0UCapXqOpRPjFb4EdStolAiMk=";
};

vendorSha256 = "sha256-G19VVoba15pCJld5hSIWZGr5bYDUcdC82GYWXdx0OMc=";
vendorSha256 = "sha256-eieulT+Vt6p2+gmQ/Ic8kgd3Cg6uHX0LSUSr/QrK/yw=";

subPackages = [ "cmd/console" ];

Expand Down

0 comments on commit 0374eda

Please sign in to comment.