We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39d1494 + 9547dfd commit 47cecd8Copy full SHA for 47cecd8
pkgs/by-name/go/golangci-lint/package.nix
@@ -7,13 +7,13 @@
7
8
buildGo124Module rec {
9
pname = "golangci-lint";
10
- version = "2.0.0";
+ version = "2.0.2";
11
12
src = fetchFromGitHub {
13
owner = "golangci";
14
repo = "golangci-lint";
15
rev = "v${version}";
16
- hash = "sha256-1TDYMjFEyI9ULnLn+1RYxRWrGkJZcEDDGvLb4qiVLNc=";
+ hash = "sha256-+IndC9znKgVGiFWW0aCNjhxPwX1kDFnfG2+SKEQ15Rc=";
17
};
18
19
vendorHash = "sha256-B6mCvJtIfRbAv6fZ8Ge82nT9oEcL3WR4D+AAVs9R3zM=";
0 commit comments