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

jsonschema-cli: 0.29.0 -> 0.29.1 (#393936)

parents 111f0a02 1030db02
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

rustPlatform.buildRustPackage rec {
  pname = "jsonschema-cli";
  version = "0.29.0";
  version = "0.29.1";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-kpdvvCnMsHfogXmAqNeo1Cl1hZtCPHqkfhYm8ipWToo=";
    hash = "sha256-HHS8dt3bJZ3dPWqB5K0h5KQTn/wHRYvIROfYmqfxolw=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Yti1KKJDRXMhDo84/ymZk2AkWp9HtU2LW2h63gfzIGY=";
  cargoHash = "sha256-RIt+b1Yokc4UMFPxOzO5GARsI32wL71ZmcoN+P/KE5c=";

  nativeInstallCheckInputs = [
    versionCheckHook