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: 252c7cf7116e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8cff1c3a1062
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 8, 2019

  1. golangci-lint: 1.17.1 -> 1.20.0

    oxzi committed Oct 8, 2019

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    6e39f5c View commit details

Commits on Oct 9, 2019

  1. Merge pull request #70669 from geistesk/golangci-lint-v1.19.1

    golangci-lint: 1.17.1 -> 1.20.0
    nlewo authored Oct 9, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    8cff1c3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/golangci-lint/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/golangci-lint/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "golangci-lint";
version = "1.17.1";
version = "1.20.0";
goPackagePath = "github.com/golangci/golangci-lint";

subPackages = [ "cmd/golangci-lint" ];
@@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
sha256 = "1hs24nimv11c63a90ds8ps1lli16m3apsbrd9vpbq2rmxdbpwqac";
sha256 = "1ca7l8smi1hx2sk6sq1cac9bvij4wnxxmwldbk8r1ih8ja5i6vdk";
};

meta = with lib; {