Unverified Commit 7c9c9a4f authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

source-meta-json-schema: 9.1.0 -> 9.2.1 (#402159)



Co-authored-by: default avataramerinor01 <amerinor01@gmail.com>
parents 29a32e5f db606b7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  cmake,
}:
let
  version = "9.1.0";
  version = "9.2.1";
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-YxIRDTAAvkltT4HGUvPt/davarGRfE808OoI9UheqCA=";
    hash = "sha256-VWq0BPVQRUmMXf6YZ4lid7EPPERA818UqE18EtayUus=";
  };

  nativeBuildInputs = [