File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
pkgs/by-name/go/golangci-lint Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3636
3737- NetBox version 4.0.X available as ` netbox_4_0 ` was removed. Please upgrade to ` 4.2 ` .
3838
39+ - ` golangci-lint ` has reached ` v2 ` . Please read the changes and view the migration guide [ here] ( https://golangci-lint.run/product/changelog/#200 ) .
40+
3941- ` i3status-rust ` -package no longer enables ` notmuch ` by default. It can be enabled via ` withNotmuch ` .
4042
4143- Default ICU version updated from 74 to 76
Original file line number Diff line number Diff line change 77
88buildGo124Module rec {
99 pname = "golangci-lint" ;
10- version = "1.64.8 " ;
10+ version = "2.0.0 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "golangci" ;
1414 repo = "golangci-lint" ;
1515 rev = "v${ version } " ;
16- hash = "sha256-H7IdXAleyzJeDFviISitAVDNJmiwrMysYcGm6vAoWso =" ;
16+ hash = "sha256-1TDYMjFEyI9ULnLn+1RYxRWrGkJZcEDDGvLb4qiVLNc =" ;
1717 } ;
1818
19- vendorHash = "sha256-i7ec4U4xXmRvHbsDiuBjbQ0xP7xRuilky3gi+dT1H10 =" ;
19+ vendorHash = "sha256-B6mCvJtIfRbAv6fZ8Ge82nT9oEcL3WR4D+AAVs9R3zM =" ;
2020
2121 subPackages = [ "cmd/golangci-lint" ] ;
2222
You can’t perform that action at this time.
0 commit comments