Unverified Commit d8a54ee5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

termscp: 0.18.0 -> 0.19.0 (#461066)

parents ca65d5de d6f1030c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -13,16 +13,16 @@

rustPlatform.buildRustPackage rec {
  pname = "termscp";
  version = "0.18.0";
  version = "0.19.0";

  src = fetchFromGitHub {
    owner = "veeso";
    repo = "termscp";
    tag = "v${version}";
    hash = "sha256-QBvxXl1+f2617dwoZzSJq9vQY6hOXeHZjEh4xqMyayA=";
    hash = "sha256-wmoZneXmhstEX1Ocd9gkVRaZ9UGaYJERU5FlIUoHOI4=";
  };

  cargoHash = "sha256-ghJdAou3IsDVmOnDYiYO1yR3BtkrfUek10Bh9GuVH1E=";
  cargoHash = "sha256-EZJszeFAo9vjtk+RJ8nqFqpKD7BpQ/mCImD472NXZNM=";

  nativeBuildInputs = [
    pkg-config
@@ -48,6 +48,7 @@ rustPlatform.buildRustPackage rec {
    "--skip=cli::remote::test::test_should_make_remote_args_from_one_bookmark_and_one_remote_with_local_dir"
    "--skip=cli::remote::test::test_should_make_remote_args_from_two_bookmarks_and_local_dir"
    "--skip=cli::remote::test::test_should_make_remote_args_from_two_remotes_and_local_dir"
    "--skip=system::auto_update::test::test_should_check_whether_github_api_is_reachable"
  ]
  ++ lib.optionals stdenvNoCC.hostPlatform.isDarwin [
    "--skip=system::watcher::test::should_poll_file_removed"