source-meta-json-schema: 8.0.0 -> 9.1.0

This commit is contained in:
R. Ryantm
2025-04-17 20:47:42 +00:00
parent 181423e7a8
commit b17b17382e
@@ -5,7 +5,7 @@
cmake,
}:
let
version = "8.0.0";
version = "9.1.0";
in
stdenv.mkDerivation (finalAttrs: {
pname = "source-meta-json-schema";
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "sourcemeta";
repo = "jsonschema";
rev = "v${version}";
hash = "sha256-EH+wi8MAgAxTy7OPQK/faX6OVY38/Z5fXhaK92xKkyA=";
hash = "sha256-YxIRDTAAvkltT4HGUvPt/davarGRfE808OoI9UheqCA=";
};
nativeBuildInputs = [