Merge pull request #196735 from fabaff/gosec-bump

gosec: 2.13.1 -> 2.14.0
This commit is contained in:
Fabian Affolter 2022-10-19 19:58:42 +02:00 committed by GitHub
commit 87ce937827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gosec";
version = "2.13.1";
version = "2.14.0";
src = fetchFromGitHub {
owner = "securego";
repo = pname;
rev = "v${version}";
sha256 = "sha256-a7SZe6n3MQIjkOtFPavFYmBadHwsShjWdzMzOGZIb9s=";
sha256 = "sha256-OPMXU24INpdeQrNlRIPJBag6TtHFFIdxlBTfMgRZc2U=";
};
vendorSha256 = "sha256-D4wWofYz63c0yXIg4xnolXzWudG17dRqdjUHYhMrtt4=";
vendorSha256 = "sha256-F/wtDYPF4qUujU+fJx2v9uwlkxQ1LMPECKxHR4EB1zk=";
subPackages = [
"cmd/gosec"