lol

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

kics: 1.7.3 -> 1.7.4

authored by

Pol Dellaiera and committed by
GitHub
49148022 318d8cc4

+3 -3
+3 -3
pkgs/tools/admin/kics/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "kics"; 10 - version = "1.7.3"; 10 + version = "1.7.4"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Checkmarx"; 14 14 repo = "kics"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-IYyGZ0eJcGLQoQyfgbwxzzoEZ2dUKLlEaZ4NhuP5Q30="; 16 + sha256 = "sha256-h6ZnaknqMcW+Zp2t5RHPK/e/Ilw5yWY2fcSTJe2mVR4="; 17 17 }; 18 18 19 - vendorHash = "sha256-cMKEUH/teEfyhHgBz3pMD8sotZ51t6O+4EiQ9BJt2Qg="; 19 + vendorHash = "sha256-ipXfxqHdushJ2P//oyGGjZsq5EypDEpHKlW32VHaMXw="; 20 20 21 21 subPackages = [ "cmd/console" ]; 22 22