source-meta-json-schema: 8.0.0 -> 9.1.0 (#399586)

Co-authored-by: amerinor01 <amerinor01@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-21 13:39:31 +00:00
committed by GitHub
@@ -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 = [