File tree Expand file tree Collapse file tree
pkgs/development/tools/golangci-lint Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33buildGoModule rec {
44 pname = "golangci-lint" ;
5- version = "1.53.3 " ;
5+ version = "1.54.0 " ;
66
77 src = fetchFromGitHub {
88 owner = "golangci" ;
99 repo = "golangci-lint" ;
1010 rev = "v${ version } " ;
11- hash = "sha256-5qTWYmr82BFuyA+lS1HwCHqdrtWScI6tuu0noRbali8 =" ;
11+ hash = "sha256-UXN5gN1SNv3uvBCliJQ+5PSGHRL7RyU6pmZtGUTFsrQ =" ;
1212 } ;
1313
14- vendorHash = "sha256-MEfvBlecFIXqAet3V9qHRmeUzzcsSnkfM3HMTMlxss0 =" ;
14+ vendorHash = "sha256-jUlK/A0HxBrIby2C0zYFtnxQX1bgKVyypI3QdH4u/rg =" ;
1515
1616 subPackages = [ "cmd/golangci-lint" ] ;
1717
@@ -35,6 +35,7 @@ buildGoModule rec {
3535 meta = with lib ; {
3636 description = "Fast linters Runner for Go" ;
3737 homepage = "https://golangci-lint.run/" ;
38+ changelog = "https://github.com/golangci/golangci-lint/blob/v${ version } /CHANGELOG.md" ;
3839 license = licenses . gpl3Plus ;
3940 maintainers = with maintainers ; [ anpryl manveru mic92 ] ;
4041 } ;
You can’t perform that action at this time.
0 commit comments