gosec: 2.22.9 -> 2.22.10

This commit is contained in:
R. Ryantm
2025-10-15 15:36:31 +00:00
parent 18fccbebfb
commit 04da95c882

View File

@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "gosec";
version = "2.22.9";
version = "2.22.10";
src = fetchFromGitHub {
owner = "securego";
repo = "gosec";
rev = "v${version}";
hash = "sha256-cI6cOD0fySVFex2gd1VTSgLGFz1CGunby2SvowKNXZQ=";
hash = "sha256-KQfQ6RDrnO13emfjiQn+zSI+3Zj9hLWhdLZbAmQBdT0=";
};
vendorHash = "sha256-Q/Wws0fefVgp05aQnIlq+Br0RdoEvas0bp2XqT7w19s=";
vendorHash = "sha256-kH7bD4CqFgnw5kuPKyQkwGYUuzkQEmuw7T8fxQ46h3o=";
subPackages = [
"cmd/gosec"