golangci-lint: 1.23.6 -> 1.23.7

This commit is contained in:
R. RyanTM 2020-03-04 04:33:59 +00:00
parent 79217339d2
commit 26d7b7ca8a

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "golangci-lint"; pname = "golangci-lint";
version = "1.23.6"; version = "1.23.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "golangci"; owner = "golangci";
repo = "golangci-lint"; repo = "golangci-lint";
rev = "v${version}"; rev = "v${version}";
sha256 = "0y5kjlqbz9xxlxd8kagrsyz9wvjqf7i28i6zb2m8x9c9zg82kvsn"; sha256 = "1dcayxblim97hlgdx0wdlbj2jxvdqfk8912hz7ylb1007x7y5da5";
}; };
modSha256 = "0sckz298bvkf4p4fdmsmza0zrj2s2pvc86qwg6i76vdh9yzvq5gx"; modSha256 = "0sckz298bvkf4p4fdmsmza0zrj2s2pvc86qwg6i76vdh9yzvq5gx";
@ -16,7 +16,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Linters Runner for Go. 5x faster than gometalinter. Nice colored output."; description = "Linters Runner for Go. 5x faster than gometalinter. Nice colored output.";
homepage = https://golangci.com/; homepage = "https://golangci.com/";
license = licenses.agpl3; license = licenses.agpl3;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ anpryl manveru ]; maintainers = with maintainers; [ anpryl manveru ];