Merge pull request #222914 from SuperSandro2000/golangci-lint

golangci-lint: 1.52.0 -> 1.52.1
This commit is contained in:
Mario Rodas 2023-03-26 09:17:36 -05:00 committed by GitHub
commit 0148ce2a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "golangci-lint";
version = "1.52.0";
version = "1.52.1";
src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-XcrWBHmxsDwsP/+H0OTmGKVG9NgBwR5dBY9sJZWo+K8=";
hash = "sha256-Du0u31P2Ay4MVLmgrQmbAstmczuIy+ONIUAUEbbK+j4=";
};
vendorHash = "sha256-N20AJaREqmvCey5P0YuUd3l/5xRzrIG+mPOiVHOUFWc=";