golangci-lint: 2.0.0 -> 2.0.2 (#394804)

This commit is contained in:
Sandro
2025-03-31 12:57:12 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGo124Module rec {
pname = "golangci-lint";
version = "2.0.0";
version = "2.0.2";
src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-1TDYMjFEyI9ULnLn+1RYxRWrGkJZcEDDGvLb4qiVLNc=";
hash = "sha256-+IndC9znKgVGiFWW0aCNjhxPwX1kDFnfG2+SKEQ15Rc=";
};
vendorHash = "sha256-B6mCvJtIfRbAv6fZ8Ge82nT9oEcL3WR4D+AAVs9R3zM=";