sendme: 0.30.0 -> 0.31.0

This commit is contained in:
R. Ryantm
2025-11-06 08:23:37 +00:00
parent c8f9f47b3b
commit e2541851dc
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "sendme";
version = "0.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "n0-computer";
repo = "sendme";
rev = "v${version}";
hash = "sha256-LcSQuvNXSHqaiBE6GR3rNALAYPc9Xezf5cV8Im9qYMo=";
hash = "sha256-zh0YYJoljcOQz0ltAk+UBScSGZhsoSqIa+F0Qm4/3iw=";
};
cargoHash = "sha256-/hgkMWEokcOh3ebZ2pIunktJmuq0YpI6IixO7XoNRCk=";
cargoHash = "sha256-G7b1BBlVMPtfEWfIXIMH4N+Avt9vtEcCG1ctrja5Ttc=";
# The tests require contacting external servers.
doCheck = false;