sendme: 0.27.0 -> 0.30.0 (#457418)

This commit is contained in:
Will Fancher
2025-11-01 05:37:46 +00:00
committed by GitHub

View File

@@ -6,25 +6,19 @@
rustPlatform.buildRustPackage rec {
pname = "sendme";
version = "0.27.0";
version = "0.30.0";
src = fetchFromGitHub {
owner = "n0-computer";
repo = "sendme";
rev = "v${version}";
hash = "sha256-A1dZH7qeQTsMaJdB4UejpP/HD5tE07gCHFv2Mb1ZXWY=";
hash = "sha256-LcSQuvNXSHqaiBE6GR3rNALAYPc9Xezf5cV8Im9qYMo=";
};
cargoHash = "sha256-Iwm1VGxIBfuT3nXk5Si9gpDFJRjHBOc3nfE8DFvI5YE=";
cargoHash = "sha256-/hgkMWEokcOh3ebZ2pIunktJmuq0YpI6IixO7XoNRCk=";
__darwinAllowLocalNetworking = true;
# On Darwin, sendme invokes CoreFoundation APIs that read ICU data from the
# system. Ensure these paths are accessible in the sandbox to avoid segfaults
# during checkPhase.
sandboxProfile = ''
(allow file-read* (subpath "/usr/share/icu"))
'';
# The tests require contacting external servers.
doCheck = false;
meta = with lib; {
description = "Tool to send files and directories, based on iroh";