Merge pull request #115100 from r-ryantm/auto-update/gosec

gosec: 2.6.1 -> 2.7.0
This commit is contained in:
Fabian Affolter
2021-03-05 08:47:37 +01:00
committed by GitHub
+3 -3
View File
@@ -2,7 +2,7 @@
buildGoModule rec { buildGoModule rec {
pname = "gosec"; pname = "gosec";
version = "2.6.1"; version = "2.7.0";
subPackages = [ "cmd/gosec" ]; subPackages = [ "cmd/gosec" ];
@@ -10,10 +10,10 @@ buildGoModule rec {
owner = "securego"; owner = "securego";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-KMXRYudnJab/X6FBG0lnG9hHVmbKwnrN1oqkSn6q3DU="; sha256 = "sha256-U7+0wXnuIDlATpVRVknwaPxib36+iYvvYUVM6d7Xf6I=";
}; };
vendorSha256 = "sha256-0yxGEUOame9yfeIErLESWY8kZtt7Q4vD3TU6Wl9Xa54="; vendorSha256 = "sha256-nr1rx6GM+ETcfLreYT081xNzUz2exloogJ+gcwF2u2o=";
doCheck = false; doCheck = false;