golangci-lint: 1.54.1 -> 1.54.2
Diff: https://github.com/golangci/golangci-lint/compare/v1.54.1...v1.54.2 Changelog: https://github.com/golangci/golangci-lint/blob/v1.54.2/CHANGELOG.md
This commit is contained in:
parent
3eb1a985b2
commit
8f3e6dca01
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "golangci-lint";
|
||||
version = "1.54.1";
|
||||
version = "1.54.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "golangci";
|
||||
repo = "golangci-lint";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Dymo/ABlDh8JwaTMTQgsWARuAkqHbakyUzujTgtMTyQ=";
|
||||
hash = "sha256-7nbgiUrp7S7sXt7uFXX8NHYbIRLZZQcg+18IdwAZBfE=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-rMektYjs8laN9ykc3bcYOgJ9twnjKl1gIEEL/wPkhfE=";
|
||||
vendorHash = "sha256-IyH5lG2a4zjsg/MUonCUiAgMl4xx8zSflRyzNgk8MR0=";
|
||||
|
||||
subPackages = [ "cmd/golangci-lint" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue