ghalint: 1.5.3 -> 1.5.4

This commit is contained in:
R. Ryantm
2026-01-01 15:53:53 +00:00
parent c26eb5e78b
commit 8153af70c4
+3 -3
View File
@@ -9,16 +9,16 @@
buildGoModule (finalAttrs: {
pname = "ghalint";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "suzuki-shunsuke";
repo = "ghalint";
tag = "v${finalAttrs.version}";
hash = "sha256-zll71vSqSKIij/TUi4LnGtVqmLhK9UViFDkpnuEvmz8=";
hash = "sha256-pfLXnMbrxXAMpfmjctah85z5GHfI/+NZDrIu1LcBH8M=";
};
vendorHash = "sha256-pCrVBgS7eLCYlfY6FyAGAeEhpV2dYQowtE/BoRUju0o=";
vendorHash = "sha256-VCv5ZCeUWHld+q7tkHSUyeVagMhSN9893vYHyO/VlAI=";
subPackages = [ "cmd/ghalint" ];