nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

kics: 1.6.14 -> 1.7.0

authored by

Mario Rodas and committed by
GitHub
07c118e9 c1f40725

+2 -2
+2 -2
pkgs/tools/admin/kics/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "kics"; 11 - version = "1.6.14"; 11 + version = "1.7.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "Checkmarx"; 15 15 repo = "kics"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-kh8lTiGbbhH2jZYhfyfThKQE170tvRADUa+7dvVy3QU="; 17 + sha256 = "sha256-T9dO8OGlbEvjM+9P7cbCCgXkJXXtkR+5zrXRoGZg08c="; 18 18 }; 19 19 20 20 vendorHash = "sha256-Sg8f6fqe7DAsNsEGU1Ml42qgSuE5CrD+YrFqZKpNKtU=";