gojo: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm 2025-06-29 17:17:44 +00:00
parent ed341aab4f
commit 7993b314a4

View File

@ -8,16 +8,16 @@
buildGoModule (finalAttrs: {
pname = "gojo";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "itchyny";
repo = "gojo";
tag = "v${finalAttrs.version}";
hash = "sha256-DMFTB5CgJTWf+P9ntgBgzdmcF2qjS9t3iUQ1Rer+Ab4=";
hash = "sha256-jHSvNxTnecusIIdyNvZsPVw34QKIm9kEvBUESG37PDY=";
};
vendorHash = "sha256-iVAPuc+83WZCs5WAAZIKEExDdwXQqswgso2XRVJB/bE=";
vendorHash = "sha256-XTrKbOXKxUjCC505ZVHbTaEvdxD4Zv0BFQhby3VwS4M=";
nativeInstallCheckInputs = [
versionCheckHook