Skip to content

Commit bccbca1

Browse files
authored
termscp: 0.19.0 -> 0.19.1 (NixOS#473268)
2 parents 73c114a + 947970c commit bccbca1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pkgs/by-name/te/termscp/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
rustPlatform.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"

0 commit comments

Comments
 (0)