gosec: 2.18.0 -> 2.18.2

This commit is contained in:
R. Ryantm 2023-11-22 19:12:45 +00:00
parent cb502b4d17
commit 2bb2b3ae1d

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gosec";
version = "2.18.0";
version = "2.18.2";
src = fetchFromGitHub {
owner = "securego";
repo = pname;
rev = "v${version}";
hash = "sha256-z+5MR4tiKa2vVJslFdAcVLxrR6aXoPxAHaqNgN2QlMc=";
hash = "sha256-y0ha9Za0QoZEsZG/eO9/LZ146q1Rg6wCGghe2roymHM=";
};
vendorHash = "sha256-jekw3uc2ZEH9s+26jMFVteHUD0iyURlVq8zBlVPihqs=";
vendorHash = "sha256-cfAS1Z/ym4y2qcm8TPXqX4LZgaLsTjkwO9GOYLNjPN0=";
subPackages = [
"cmd/gosec"