golangci-lint: 1.51.2 -> 1.52.0

This commit is contained in:
Aaron Jheng
2023-03-18 12:55:06 +00:00
parent e12c2c5c4a
commit faee400b3f
@@ -2,18 +2,16 @@
buildGoModule rec {
pname = "golangci-lint";
version = "1.51.2";
version = "1.52.0";
src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-F2rkVZ5ia9/wyTw1WIeizFnuaHoS2A8VzVOGDcshy64=";
hash = "sha256-XcrWBHmxsDwsP/+H0OTmGKVG9NgBwR5dBY9sJZWo+K8=";
};
vendorHash = "sha256-JO/mRJB3gRTtBj6pW1267/xXUtalTJo0p3q5e34vqTs=";
doCheck = false;
vendorHash = "sha256-N20AJaREqmvCey5P0YuUd3l/5xRzrIG+mPOiVHOUFWc=";
subPackages = [ "cmd/golangci-lint" ];