1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

fix: remove version pinning for golangci-lint it does not work

This commit is contained in:
Adrien Raffin-Caboisse 2022-05-16 16:48:04 +02:00
parent 11582105ab
commit 9f082125fa
No known key found for this signature in database
GPG Key ID: 7FB60532DEBEAD6A

View File

@ -36,24 +36,6 @@
nativeBuildInputs = [ pkgs.installShellFiles ];
};
golangci-lint =
pkgs.buildGoModule rec {
pname = "golangci-lint";
version = "1.46.1";
src = pkgs.fetchFromGitHub {
owner = "golangci";
repo = "golangci-lint";
rev = "v${version}";
sha256 = "sha256-hLeBZEZWQ0kyK1yLMQMaLtHIOjc5ZRmhEM7cvXXgcUM=";
};
vendorSha256 = "sha256-G52z3zmVKQz9iQrAAx2TTaxNjPBJiYT4ZJuWp9FVfTM=";
nativeBuildInputs = [ pkgs.installShellFiles ];
};
protoc-gen-grpc-gateway =
pkgs.buildGoModule rec {
pname = "grpc-gateway";