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

diesel-cli: 2.3.2 -> 2.3.3 (#455654)

parents e5aa45ed 86c2c5fe
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.3.2";
  version = "2.3.3";

  src = fetchCrate {
    inherit version;
    crateName = "diesel_cli";
    hash = "sha256-JNDFXBNmwCWpk+Lub453wS+7lVMZcdiJBmPoVAedpug=";
    hash = "sha256-AgPESgFLnL3jiYBP8DiWb0hLzsx5tJA+gcO/fdV5Cvo=";
  };

  cargoHash = "sha256-qfXa6DuuhKbXCdOvhuPNx6xlDIouoDVJUMob9Fc5XgI=";
  cargoHash = "sha256-yco4l/4UiYnqnZZLYm3EkHmYiQJhMC2xloFg0brDfsg=";

  nativeBuildInputs = [
    installShellFiles