Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Feb 1, 2024
1 parent cf8e17c commit db1882c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overlays/go.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ final: prev: rec {

golangci-lint = prev.golangci-lint.override rec {
buildGoModule = args: prev.buildGoModule.override { go = go; } (args // rec {
version = "1.53.3";
version = "1.55.2";
src = prev.fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
sha256 = "sha256-5qTWYmr82BFuyA+lS1HwCHqdrtWScI6tuu0noRbali8=";
sha256 = "sha256-DO71wfDmCuziEcsme1g1uNIl3MswA+EkQcYzOYHbG+I=";
};

vendorHash = "sha256-MEfvBlecFIXqAet3V9qHRmeUzzcsSnkfM3HMTMlxss0=";
vendorHash = "sha256-0+jImfMdVocOczGWeO03YXUg5yKYTu3WeJaokSlcYFM=";

ldflags = [
"-s"
Expand Down

0 comments on commit db1882c

Please sign in to comment.