Unverified Commit d6531984 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #284717 from katexochen/gofumpt/0-6-0

gofumpt: 0.5.0 -> 0.6.0
parents 9a256494 e6c2cf34
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "gofumpt";
  version = "0.5.0";
  version = "0.6.0";

  src = fetchFromGitHub {
    owner = "mvdan";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-3buGLgxAaAIwLXWLpX+K7VRx47DuvUI4W8vw4TuXSts=";
    hash = "sha256-94aaLqoalFredkxaSPgJEnFtKw7GmkkL5N+I8ws9zxY=";
  };

  vendorHash = "sha256-W0WKEQgOIFloWsB4E1RTICVKVlj9ChGSpo92X+bjNEk=";
  vendorHash = "sha256-q8+Blzab9TLTRY2/KncIlVp53+K6YWzg1D0SS7FPM9I=";

  CGO_ENABLED = "0";

+0 −2
Original line number Diff line number Diff line
@@ -28252,8 +28252,6 @@ with pkgs;
  go-callvis = callPackage ../development/tools/go-callvis { };
  gofumpt = callPackage ../development/tools/gofumpt { };
  gotags = callPackage ../development/tools/gotags { };
  go-task = callPackage ../development/tools/go-task { };