Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6a730c547c5f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13213174fc2e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 28, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    rvolosatovs Roman Volosatovs
    Copy the full SHA
    dbc8525 View commit details

Commits on Oct 29, 2020

  1. Merge pull request #101960 from rvolosatovs/update/gofumpt

    gofumpt: 2019-11-11 -> 2020-10-27
    marsam authored Oct 29, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1321317 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/tools/gofumpt/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/tools/gofumpt/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "gofumpt";
version = "2019-11-11";
version = "2020-10-27";

src = fetchFromGitHub {
owner = "mvdan";
repo = pname;
rev = "eb442649d62000da5d11671f3beb1afa1b746fd7";
sha256 = "1cw9mmavxz8gxzzwsllvf5lwb2wwi19jbc7hcwxsi4ywp7a84gh0";
rev = "85d5401eb0f699d87b0d6c949dd4c0d5fb23f2e0";
sha256 = "0n72d7p4y89kfilcdx3qb63qy6xm8dyp6q8s8954wrkm2wlhkwiy";
};

vendorSha256 = "14a3p163xy861xb6x160wy15hzjc75n36jdyzaxl877i17shba8z";
vendorSha256 = "1s546hp4ngzqvfx7dbd43k7b94z0mvndgdkndh4ypkkl3rpd9kkz";

doCheck = false;