Skip to content

Commit 195975b

Browse files
authored
Merge pull request #248134 from aaronjheng/golangci-lint
golangci-lint: 1.53.3 -> 1.54.0
2 parents e04428a + abc3cc0 commit 195975b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pkgs/development/tools/golangci-lint/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule 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
};

0 commit comments

Comments
 (0)