3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #178070 from fabaff/gosec-bump

gosec: 2.11.0 -> 2.12.0
This commit is contained in:
Fabian Affolter 2022-06-18 10:29:42 +02:00 committed by GitHub
commit c2ed79ced8
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.11.0";
version = "2.12.0";
src = fetchFromGitHub {
owner = "securego";
repo = pname;
rev = "v${version}";
sha256 = "sha256-AYD45L1FFT/S1toLK489C2TTasTHVXIs4Tf7TLOaye0=";
sha256 = "sha256-Y4QL6vYCTZUCh+HF86QI+ENel/pK16XpLd6CF4RWcK0=";
};
vendorSha256 = "sha256-zzbINVp8EA5aIvwUiFlQRtD6YL0iytbgVzCHbo+clYI=";
vendorSha256 = "sha256-5rA2C3nyvSUiBQ/Nk5OJ9e9tf8CKHQB+6rLUJXESK/0=";
subPackages = [
"cmd/gosec"