gosec: 2.7.0 -> 2.8.0

This commit is contained in:
R. RyanTM 2021-05-28 05:52:38 +00:00
parent f9b26b91a4
commit bd7bc0a4b0

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "gosec";
version = "2.7.0";
version = "2.8.0";
subPackages = [ "cmd/gosec" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "securego";
repo = pname;
rev = "v${version}";
sha256 = "sha256-U7+0wXnuIDlATpVRVknwaPxib36+iYvvYUVM6d7Xf6I=";
sha256 = "sha256-AC3NHW7LYbpZGA+iaM9eXFLothhqZuvRJM1ehBByhpk=";
};
vendorSha256 = "sha256-nr1rx6GM+ETcfLreYT081xNzUz2exloogJ+gcwF2u2o=";
vendorSha256 = "sha256-QfbElEjkYdmzYhQ8TOFIb2jfG2xzbW1UL2eLxROsBfw=";
doCheck = false;