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

Commits on Oct 16, 2019

  1. golangci-lint: 1.20.0 -> 1.21.0

    oxzi committed Oct 16, 2019
    Copy the full SHA
    31b9627 View commit details

Commits on Oct 18, 2019

  1. Merge pull request #71261 from geistesk/golangci-lint-v1.21.0

    golangci-lint: 1.20.0 -> 1.21.0
    marsam authored Oct 18, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f6fa4b6 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.20.0";
version = "1.21.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 = "1ca7l8smi1hx2sk6sq1cac9bvij4wnxxmwldbk8r1ih8ja5i6vdk";
sha256 = "0knvb59mg9jrzmfs5nzglz4nv047ayq1xz6dkis74wl1g9xi6yr5";
};

meta = with lib; {