Skip to content

Commit

Permalink
kics: 2.1.4 -> 2.1.5 (#382853)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Feb 24, 2025
2 parents b5ffbdf + 320aa6f commit 2aabb07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ki/kics/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "kics";
version = "2.1.4";
version = "2.1.5";

src = fetchFromGitHub {
owner = "Checkmarx";
repo = "kics";
tag = "v${version}";
hash = "sha256-sjGPDDcAeHS2fC8NhIdew5yeJmDQfb9A15LxmvxoHK0=";
hash = "sha256-eLMXUnqcobKlrz63TV2/ge8JjplfdxYe+eTSPtnhdxU=";
};

vendorHash = "sha256-gDppOwWOn8CoVTBsTdHIc6yGcqO379ijV5YccRIuMfs=";
vendorHash = "sha256-2+maZVsB/iVBf+vDkCh7ZPM4o84DjxISCg06AahwcZM=";

subPackages = [ "cmd/console" ];

Expand Down

0 comments on commit 2aabb07

Please sign in to comment.