Skip to content

Commit

Permalink
gofumpt: 0.3.1 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeladler committed Oct 19, 2022
1 parent 216f82b commit 50df6a3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/development/tools/gofumpt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@

buildGoModule rec {
pname = "gofumpt";
version = "0.3.1";
version = "0.4.0";

src = fetchFromGitHub {
owner = "mvdan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uXRYVLFDyRZ83mth8Fh+MG9fNv2lUfE3BTljM9v9rjI=";
sha256 = "sha256-8wTS8CAAL65VSN+sM275W5eWDivp9qOMbAQmFTCKUI0=";
};

vendorSha256 = "sha256-Il1E1yOejLEdKRRMqelGeJbHRjx4qFymf7N98BEdFzg=";
vendorSha256 = "sha256-SFKS9lYPiZNu1w20Z7UEp2d0xjc5kuqVEADZaUF1Gyc=";

# tests require network
doCheck = false;

meta = with lib; {
description = "A stricter gofmt";
Expand Down

0 comments on commit 50df6a3

Please sign in to comment.