Unverified Commit 07c118e9 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #229066 from r-ryantm/auto-update/kics

kics: 1.6.14 -> 1.7.0
parents c1f40725 a44684a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "kics";
  version = "1.6.14";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "Checkmarx";
    repo = "kics";
    rev = "v${version}";
    sha256 = "sha256-kh8lTiGbbhH2jZYhfyfThKQE170tvRADUa+7dvVy3QU=";
    sha256 = "sha256-T9dO8OGlbEvjM+9P7cbCCgXkJXXtkR+5zrXRoGZg08c=";
  };

  vendorHash = "sha256-Sg8f6fqe7DAsNsEGU1Ml42qgSuE5CrD+YrFqZKpNKtU=";