golangci-lint: 1.53.2 -> 1.53.3

Diff: https://github.com/golangci/golangci-lint/compare/v1.53.2...v1.53.3
This commit is contained in:
Michael Wilson 2023-06-15 14:52:03 -04:00
parent 4f992e8da0
commit 22540da6c1

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "golangci-lint";
version = "1.53.2";
version = "1.53.3";
src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-fsK9uHPh3ltZpAlo4kDp9MtGKBYqDMxJSygvaloKbMs=";
hash = "sha256-5qTWYmr82BFuyA+lS1HwCHqdrtWScI6tuu0noRbali8=";
};
vendorHash = "sha256-gg4E+6u1aukyXWJrRJRmhdeqUN/zw76kznSuE+99CDc=";
vendorHash = "sha256-MEfvBlecFIXqAet3V9qHRmeUzzcsSnkfM3HMTMlxss0=";
subPackages = [ "cmd/golangci-lint" ];