File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414rustPlatform . buildRustPackage rec {
1515 pname = "termscp" ;
16- version = "0.19.0 " ;
16+ version = "0.19.1 " ;
1717
1818 src = fetchFromGitHub {
1919 owner = "veeso" ;
2020 repo = "termscp" ;
2121 tag = "v${ version } " ;
22- hash = "sha256-wmoZneXmhstEX1Ocd9gkVRaZ9UGaYJERU5FlIUoHOI4 =" ;
22+ hash = "sha256-/smeK7qCw1EgADc7bgC1xUep3hPj7gOddanbaTjbGgs =" ;
2323 } ;
2424
25- cargoHash = "sha256-EZJszeFAo9vjtk+RJ8nqFqpKD7BpQ/mCImD472NXZNM =" ;
25+ cargoHash = "sha256-zVkShePjUzagP8MAG5oq6hqm+lHxH++ufXkmetN+jvA =" ;
2626
2727 nativeBuildInputs = [
2828 pkg-config
@@ -49,6 +49,7 @@ rustPlatform.buildRustPackage rec {
4949 "--skip=cli::remote::test::test_should_make_remote_args_from_two_bookmarks_and_local_dir"
5050 "--skip=cli::remote::test::test_should_make_remote_args_from_two_remotes_and_local_dir"
5151 "--skip=system::auto_update::test::test_should_check_whether_github_api_is_reachable"
52+ "--skip=system::environment::tests::test_system_environment_get_config_dir_err"
5253 ]
5354 ++ lib . optionals stdenvNoCC . hostPlatform . isDarwin [
5455 "--skip=system::watcher::test::should_poll_file_removed"
You can’t perform that action at this time.
0 commit comments