Commit d71d93c5 authored by R. RyanTM's avatar R. RyanTM
Browse files

diesel-cli: 2.2.12 -> 2.3.0

parent b780ce5f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,15 +27,15 @@ assert lib.assertMsg (lib.elem true [

rustPlatform.buildRustPackage rec {
  pname = "diesel-cli";
  version = "2.2.12";
  version = "2.3.0";

  src = fetchCrate {
    inherit version;
    crateName = "diesel_cli";
    hash = "sha256-cBufd4HwNffkK2VDPMMUT1qZfgKNa6XKpxT5QlQesyc=";
    hash = "sha256-s/RJ83TuW42MIYgKXq5tlqJ73u0aucuXrR8bFArqT5A=";
  };

  cargoHash = "sha256-CmzUe/R9iFU//u0/FxMonYWyx0EJnI/blUktYN/eNe8=";
  cargoHash = "sha256-XmWrXLOYm7y7+0mqT0WSmT6LhHAPA9UbGODlluBKyZw=";

  nativeBuildInputs = [
    installShellFiles