golangci-lint: 1.64.2 -> 1.64.4 (#381806)

This commit is contained in:
Nick Cao
2025-02-13 16:57:17 -05:00
committed by GitHub

View File

@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "golangci-lint";
version = "1.64.2";
version = "1.64.4";
src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-ODnNBwtfILD0Uy2AKDR/e76ZrdyaOGlCktVUcf9ujy8=";
hash = "sha256-BrkBIf4WP3COAac/5vre8fHLgDneg5Gm31nNq8sXzEE=";
};
vendorHash = "sha256-/iq7Ju7c2gS7gZn3n+y0kLtPn2Nn8HY/YdqSDYjtEkI=";
vendorHash = "sha256-xUKse9yTAVuysmPwmX4EXdlpg6NYKfT5QB1RgmBQvhk=";
subPackages = [ "cmd/golangci-lint" ];