Skip to content

Commit

Permalink
golangci-lint: 1.62.2 -> 1.63.1 (#370093)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 3, 2025
2 parents 27bb061 + aea6bca commit 2504729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/golangci-lint/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "golangci-lint";
version = "1.62.2";
version = "1.63.1";

src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-8Itq4tWqJa9agGcPoQaJoQOgy/qhhegzPORDztS9T30=";
hash = "sha256-Q7SwLm+rnwyjlXf8iArUQWYC0DyjFZI9HIWJsgNplyw=";
};

vendorHash = "sha256-SEoF+k7MYYq81v9m3eaDbIv1k9Hek5iAZ0TTJEgAsI4=";
vendorHash = "sha256-Rsg/bVbMsA2dUz0GjAdzifBTpDDVrFYY+ptyB5m3AgM=";

subPackages = [ "cmd/golangci-lint" ];

Expand Down

0 comments on commit 2504729

Please sign in to comment.