golangci-lint: 1.64.6 -> 1.64.7

Changelog: https://github.com/golangci/golangci-lint/releases/tag/v1.64.7
This commit is contained in:
Sandro Jäckel
2025-03-12 11:52:13 +01:00
parent b62d2a95c7
commit a497c9bc9b
+3 -3
View File
@@ -7,16 +7,16 @@
buildGo124Module rec {
pname = "golangci-lint";
version = "1.64.6";
version = "1.64.7";
src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-uJKZRJx+hUCXrLrLq1UcBknRSR/o+R9trfacgg27MLs=";
hash = "sha256-nxJ+b491qdtT2pSznYPhKZtLZENsmQj8zYCd3KRSqRc=";
};
vendorHash = "sha256-6vL6lYZcpi9roRa+sFbQPq4Ysd8TM3j40wg68B5VbX0=";
vendorHash = "sha256-i7ec4U4xXmRvHbsDiuBjbQ0xP7xRuilky3gi+dT1H10=";
subPackages = [ "cmd/golangci-lint" ];