golangci-lint: 1.41.1 -> 1.42.0

This commit is contained in:
Jacob Foard 2021-08-17 16:40:10 -07:00
parent 0944088287
commit 06132441e7
No known key found for this signature in database
GPG Key ID: 9126325CFA9EC7D5

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "golangci-lint";
version = "1.41.1";
version = "1.42.0";
src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
sha256 = "sha256-7xokU2uw7oiXhirTKuNfqJ143PlnI7M1zSixT0S6jtE=";
sha256 = "sha256-xwJZfWDtA/6HkYZmGyhL/44xU8qLmJ2kk3Uqft0yivE=";
};
vendorSha256 = "sha256-s0ZFQJIhF23FtLol1Gegljf6eyGkCmVxTKmHbQBtPvM=";
vendorSha256 = "sha256-lOVGyxQcWG99hO+Eff2cNA5gW4DhsDrBY5Ejj0s4v4Q=";
doCheck = false;