Skip to content

Commit

Permalink
chore(nix): update
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored and github-actions[bot] committed Aug 22, 2024
1 parent 070f624 commit 9a0643a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/golangci-lint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "golangci-lint";
version = "1.60.1";
version = "1.60.2";

src = fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
hash = "sha256-+F/t5UJjyqOsabi2J4M9g5JvAqfKjOvlzdhNozRCv70=";
hash = "sha256-ANKKfHINYUftubBL1MKtb3RMpxWAzgmQDxKdGIt19KU=";
};

vendorHash = "sha256-elDDSAeEpKXn6fhBFB218mWsSq0mo+GcfQsTDOAPSCI=";
vendorHash = "sha256-z3vAtxg68KdkqtwrQPk+dnOwTBgBnlfwsw+t6rf3NGs=";

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

Expand Down

0 comments on commit 9a0643a

Please sign in to comment.