Unverified Commit d20d0f47 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

source-meta-json-schema: 12.1.1 -> 12.6.0 (#459619)

parents 91c205d7 7314300c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  cmake,
}:
let
  version = "12.1.1";
  version = "12.6.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-LZxH+S0Vv6ZzQM5BU9f5eqwspPZXxQmweUF/EmHj2IU=";
    hash = "sha256-j8FQLOJSdVzNsO4piQK1B90p4cCbAQQgceNH5Us6/bE=";
  };

  nativeBuildInputs = [