golangci-lint: 1.47.3 -> 1.48.0

This commit is contained in:
Sandro Jäckel 2022-08-05 14:14:14 +02:00
parent 8bee9fa117
commit 1033d7967d
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -1,17 +1,17 @@
{ stdenv, buildGoModule, fetchFromGitHub, lib, installShellFiles }:
{ buildGoModule, fetchFromGitHub, lib, installShellFiles }:
buildGoModule rec {
pname = "golangci-lint";
version = "1.47.3";
version = "1.48.0";
src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
sha256 = "sha256-uY8D3VqcaLEi/QChH/kfY9SF3H2wmiScm3m6OGeWTu8=";
sha256 = "sha256-6nXn1+LsjiXjCeHhvVjyU1F6IJ8YP1Oj+5tDRhiMuUc=";
};
vendorSha256 = "sha256-F7arWygCbh9Z6zemPt+0T6wWMcP2Wg5A1qC6A7mYngI=";
vendorSha256 = "sha256-4ZqO4NEZfIhl/hWcB0HeRbp2jQ/WhMBpTLmP2W7X7xM=";
doCheck = false;