go-jsonschema: 0.24.0 -> 0.24.1

This commit is contained in:
R. Ryantm
2026-08-05 12:55:30 +00:00
parent e12f0a75f0
commit d47d22ba1e

View File

@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "go-jsonschema";
version = "0.24.0";
version = "0.24.1";
src = fetchFromGitHub {
owner = "omissis";
repo = "go-jsonschema";
tag = "v${finalAttrs.version}";
hash = "sha256-4nQ5sJQnEoOwjfN+8FAnNpc9pnnTM8eKiK6kyl3BbS8=";
hash = "sha256-yxOsZAplHM9sElykebFBMdK+w65EVheBtS4l8Y2VZJw=";
};
vendorHash = "sha256-NkqAeSGWVKvIkik4j9wE2O5LV9sDP3RE/B0LilYml7A=";