golangci-lint: 1.64.8 -> 2.0.0
Diff: https://github.com/golangci/golangci-lint/compare/v1.64.8...v2.0.0 Changelog: https://github.com/golangci/golangci-lint/blob/v2.0.0/CHANGELOG.md
This commit is contained in:
parent
4c56202366
commit
73f98b07fc
@ -36,6 +36,8 @@
|
||||
|
||||
- NetBox version 4.0.X available as `netbox_4_0` was removed. Please upgrade to `4.2`.
|
||||
|
||||
- `golangci-lint` has reached `v2`. Please read the changes and view the migration guide [here](https://golangci-lint.run/product/changelog/#200).
|
||||
|
||||
- `i3status-rust`-package no longer enables `notmuch` by default. It can be enabled via `withNotmuch`.
|
||||
|
||||
- Default ICU version updated from 74 to 76
|
||||
|
@ -7,16 +7,16 @@
|
||||
|
||||
buildGo124Module rec {
|
||||
pname = "golangci-lint";
|
||||
version = "1.64.8";
|
||||
version = "2.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "golangci";
|
||||
repo = "golangci-lint";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-H7IdXAleyzJeDFviISitAVDNJmiwrMysYcGm6vAoWso=";
|
||||
hash = "sha256-1TDYMjFEyI9ULnLn+1RYxRWrGkJZcEDDGvLb4qiVLNc=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-i7ec4U4xXmRvHbsDiuBjbQ0xP7xRuilky3gi+dT1H10=";
|
||||
vendorHash = "sha256-B6mCvJtIfRbAv6fZ8Ge82nT9oEcL3WR4D+AAVs9R3zM=";
|
||||
|
||||
subPackages = [ "cmd/golangci-lint" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user