golangci-lint: 2.6.1 -> 2.6.2

This commit is contained in:
Leon Klingele
2025-11-14 14:01:20 +01:00
parent 9083000728
commit 204eaffad8

View File

@@ -14,16 +14,16 @@
buildGo125Module (finalAttrs: { buildGo125Module (finalAttrs: {
pname = "golangci-lint"; pname = "golangci-lint";
version = "2.6.1"; version = "2.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "golangci"; owner = "golangci";
repo = "golangci-lint"; repo = "golangci-lint";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-LpYg7zkbLlvOe9u0TyDXkd9VIPyTNGhoZIrRhdmndH4="; hash = "sha256-E/qubcF5AFgWicszZcGNBlRLYqk0ZpGilR1LNw7bO/c=";
}; };
vendorHash = "sha256-8nwTMjn5OhFDK1Izv/yIIf14X5SijOYiXcXltIKNPJI="; vendorHash = "sha256-KuTACpyMqq3h2MXfJ3wuD+9Z803sXROLfxtZXCbX1RA=";
subPackages = [ "cmd/golangci-lint" ]; subPackages = [ "cmd/golangci-lint" ];