gosec: 2.9.5 -> 2.9.6

This commit is contained in:
R. Ryantm
2022-01-24 12:08:06 +00:00
parent e5f7e0e551
commit 786b8a718d
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gosec";
version = "2.9.5";
version = "2.9.6";
src = fetchFromGitHub {
owner = "securego";
repo = pname;
rev = "v${version}";
sha256 = "sha256-YXAUDICQhZFeafP/wezd+dLpXpd7waz3wUCVCwVb12I=";
sha256 = "sha256-eDzLVoOPYm8WG07dfi6s+xtBliCwf1LXoHxQ10YWs1A=";
};
vendorSha256 = "sha256-Mob8XxTALtuG9q7gMWKvp1k2cUDKI0QHAeXfQK47NDo=";
vendorSha256 = "sha256-ELfbdrMMeK6ZG+hnibhHNB+k/Zvkepl+cbUx+E/Dvr8=";
subPackages = [
"cmd/gosec"