Skip to content

Commit 47cecd8

Browse files
golangci-lint: 2.0.0 -> 2.0.2 (#394804)
2 parents 39d1494 + 9547dfd commit 47cecd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/go/golangci-lint/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGo124Module rec {
99
pname = "golangci-lint";
10-
version = "2.0.0";
10+
version = "2.0.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "golangci";
1414
repo = "golangci-lint";
1515
rev = "v${version}";
16-
hash = "sha256-1TDYMjFEyI9ULnLn+1RYxRWrGkJZcEDDGvLb4qiVLNc=";
16+
hash = "sha256-+IndC9znKgVGiFWW0aCNjhxPwX1kDFnfG2+SKEQ15Rc=";
1717
};
1818

1919
vendorHash = "sha256-B6mCvJtIfRbAv6fZ8Ge82nT9oEcL3WR4D+AAVs9R3zM=";

0 commit comments

Comments
 (0)