source-meta-json-schema: 14.7.1 -> 14.13.4 (#490493)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-08 20:14:31 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "source-meta-json-schema";
version = "14.7.1";
version = "14.13.4";
src = fetchFromGitHub {
owner = "sourcemeta";
repo = "jsonschema";
tag = "v${finalAttrs.version}";
hash = "sha256-zQ9GyJBaSzDL7i/PurOW4yJR59pX/0CLZ2DgDJmA6+s=";
hash = "sha256-APrlrYG6QTJqrI6+TBUd34x6Di1fCm15FqDGWrukhkQ=";
};
nativeBuildInputs = [