golangci-lint: 1.52.0 -> 1.52.1

Diff: https://github.com/golangci/golangci-lint/compare/v1.52.0...v1.52.1
This commit is contained in:
Sandro Jäckel 2023-03-24 17:36:25 +01:00
parent f3f4e74d69
commit aa5e191213
No known key found for this signature in database
GPG Key ID: B1763F8651144063

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=";