gosec: 2.16.0 -> 2.17.0

This commit is contained in:
Aaron Jheng 2023-08-17 17:03:06 +08:00
parent 358cf64673
commit 48a8812b6e
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gosec";
version = "2.16.0";
version = "2.17.0";
src = fetchFromGitHub {
owner = "securego";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ajaTXq1IIUjzEMwdsVCnA4G97dCFod/hKrngDi5piGY=";
hash = "sha256-cVW0CsVEBitSXS1Ciyt/EhE38KM7x4Up3aYUwKwrxvg=";
};
vendorHash = "sha256-UTxBKjyWmGq7FhB3j1NdSgOHZRYn6fAtuKJb4UcbPno=";
vendorHash = "sha256-mxSfdkqwJBUu34VWQ2Xlb2Jbz1QgWUH78Xngge9+AfA=";
subPackages = [
"cmd/gosec"
@ -33,6 +33,5 @@ buildGoModule rec {
description = "Golang security checker";
license = licenses.asl20;
maintainers = with maintainers; [ kalbasit nilp0inter ];
platforms = platforms.linux ++ platforms.darwin;
};
}