Skip to content

Commit

Permalink
golangci-lint: 1.60.3 -> 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 10, 2024
1 parent e6550d5 commit 79ffd30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/golangci-lint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGo123Module rec {
pname = "golangci-lint";
version = "1.60.3";
version = "1.61.0";

src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-0ScdJ5td2N8WF1dwHQ3dBSjyr1kqgrzCfBzbRg9cRrw=";
hash = "sha256-2YzVNOdasal27R92l6eVdeS81mAp0ZU6kYsC/Jfvkcg=";
};

vendorHash = "sha256-ixeswsfx36D0Tg103swbBD8UXXLNYbxSMYDE+JOm+uw=";
vendorHash = "sha256-mFDCRxbLq08yRd0ko3CCPJD2BZiCB0Gwd1g+/1oR6w8=";

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

Expand Down

0 comments on commit 79ffd30

Please sign in to comment.