golangci-lint: 1.51.1 -> 1.51.2

Diff: https://github.com/golangci/golangci-lint/compare/v1.51.1...v1.51.2
This commit is contained in:
Sandro Jäckel 2023-02-20 18:01:47 +01:00
parent 5de1815be9
commit 5455a9deb2
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "golangci-lint";
version = "1.51.1";
version = "1.51.2";
src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-BkkC23dO40gnEQ6sJcbLR2UzdigMrta2+NnZA2bk3E8=";
hash = "sha256-F2rkVZ5ia9/wyTw1WIeizFnuaHoS2A8VzVOGDcshy64=";
};
vendorHash = "sha256-CS9Z3nvOleKTYjw89IKybsUI33w0If/mYDUpQHLO58U=";
vendorHash = "sha256-JO/mRJB3gRTtBj6pW1267/xXUtalTJo0p3q5e34vqTs=";
doCheck = false;