source-meta-json-schema: 14.13.4 -> 15.2.0

This commit is contained in:
R. Ryantm
2026-04-30 06:25:54 +00:00
parent 869d1be399
commit 46855ba7e6
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "source-meta-json-schema";
version = "14.13.4";
version = "15.2.0";
src = fetchFromGitHub {
owner = "sourcemeta";
repo = "jsonschema";
tag = "v${finalAttrs.version}";
hash = "sha256-APrlrYG6QTJqrI6+TBUd34x6Di1fCm15FqDGWrukhkQ=";
hash = "sha256-uJuGXACrNKz63VuiNmL3+D7ML+cpYjVdaAHsk9Mk2zc=";
};
nativeBuildInputs = [