Merge pull request #221847 from aaronjheng/golangci-lint

golangci-lint: 1.51.2 -> 1.52.0
This commit is contained in:
Mario Rodas 2023-03-18 11:59:41 -05:00 committed by GitHub
commit f609594f6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];