Unverified Commit 092ef86c authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

diesel-cli: 2.2.6 -> 2.2.7 (#380010)

parents da85d37a 14a9b932
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,16 +27,16 @@ assert lib.assertMsg (lib.elem true [

rustPlatform.buildRustPackage rec {
  pname = "diesel-cli";
  version = "2.2.6";
  version = "2.2.7";

  src = fetchCrate {
    inherit version;
    crateName = "diesel_cli";
    hash = "sha256-jKTQxlmpTlb0eITwNbnYfONknGhHsO/nzdup04ikEB0=";
    hash = "sha256-0rmuOeWPczO5XRlpkeFC7FXMSnWSy5FBd9GpClA+i7c=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-mMXLivUWH5LIdFbAxgkha8oEYZFt0eUVCxtyPlBPpVI=";
  cargoHash = "sha256-waX8wkbU8rXN183j0RDfszHKsLxQdq19UMwrqI8gBOY=";

  nativeBuildInputs = [
    installShellFiles