Unverified Commit 3db3a0ee authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

parents 9c3f5b8d 73f98b07
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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" ];