golangci-lint: 1.64.8 -> 2.0.0 (#392713)

This commit is contained in:
Jörg Thalheim
2025-03-24 17:54:20 +01:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -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
+3 -3
View File
@@ -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" ];