errcheck: unstable-2022-03-26 -> 1.6.3

This commit is contained in:
Aaron Jheng 2023-07-04 05:11:16 +00:00
parent def69c9afd
commit 1b5ad64b52
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "errcheck"; pname = "errcheck";
version = "unstable-2022-03-26"; version = "1.6.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kisielk"; owner = "kisielk";
repo = "errcheck"; repo = "errcheck";
rev = "e62617a91f7bd1abab2cbe7f28966188dd85eee0"; rev = "v${version}";
sha256 = "sha256-RoPv6Odh8l9DF1S50pNEomLtI4uTDNjveOXZd4S52c0="; hash = "sha256-t5ValY4I3RzsomJP7mJjJSN9wU1HLQrajxpqmrri/oU=";
}; };
vendorSha256 = "sha256-fDugaI9Fh0L27yKSFNXyjYLMMDe6CRgE6kVLiJ3+Kyw="; vendorHash = "sha256-96+927gNuUMovR4Ru/8BwsgEByNq2EPX7wXWS7+kSL8=";
subPackages = [ "." ]; subPackages = [ "." ];