source-meta-json-schema: 7.0.3 -> 8.0.0 (#397087)

Co-authored-by: amerinor01 <amerinor01@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-08 14:10:21 +00:00
committed by GitHub
co-authored by amerinor01
@@ -5,7 +5,7 @@
cmake,
}:
let
version = "7.0.3";
version = "8.0.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-x/bRLeH76zqcHxYodVrJYtb8CO35D3ZWYxHvvZ3Jg9A=";
hash = "sha256-EH+wi8MAgAxTy7OPQK/faX6OVY38/Z5fXhaK92xKkyA=";
};
nativeBuildInputs = [