Unverified Commit 9c7ca516 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

diesel-cli: 2.2.8 -> 2.2.9 (#397353)

parents b307659e b8fc4961
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.8";
  version = "2.2.9";

  src = fetchCrate {
    inherit version;
    crateName = "diesel_cli";
    hash = "sha256-+h5gLhbFxVnEHsFZqkkQe6rUiiZy6oYcF2mnb44VHDU=";
    hash = "sha256-rMNCNvc4kLJxgiNqvGk3lTFTguqYnjo9H5ZplC+Wii4=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-vCdxtrhyIhy3VuLWl7XYysCFecHReHWhAs/BRaBTbrk=";
  cargoHash = "sha256-2y2fODciv4NcvvHx1y0NZ6w8DM0QNHUGYSfPz5vVxmY=";

  nativeBuildInputs = [
    installShellFiles