Unverified Commit 0148ce2a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #222914 from SuperSandro2000/golangci-lint

golangci-lint: 1.52.0 -> 1.52.1
parents 066bdbe7 aa5e1912
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "golangci-lint";
  version = "1.52.0";
  version = "1.52.1";

  src = fetchFromGitHub {
    owner = "golangci";
    repo = "golangci-lint";
    rev = "v${version}";
    hash = "sha256-XcrWBHmxsDwsP/+H0OTmGKVG9NgBwR5dBY9sJZWo+K8=";
    hash = "sha256-Du0u31P2Ay4MVLmgrQmbAstmczuIy+ONIUAUEbbK+j4=";
  };

  vendorHash = "sha256-N20AJaREqmvCey5P0YuUd3l/5xRzrIG+mPOiVHOUFWc=";