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

source-meta-json-schema: 12.0.0 -> 12.1.1 (#457415)

parents b3d51a03 b2a85b9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  cmake,
}:
let
  version = "12.0.0";
  version = "12.1.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-fhY/DNuQWzVWQC/Ur0Ksp5eW3S7flV2jEaVQiva160Q=";
    hash = "sha256-LZxH+S0Vv6ZzQM5BU9f5eqwspPZXxQmweUF/EmHj2IU=";
  };

  nativeBuildInputs = [