sendme: 0.31.0 -> 0.32.0

This commit is contained in:
R. Ryantm
2026-03-17 13:04:37 +00:00
parent 4b2d0bea11
commit fd928edafa
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sendme";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "n0-computer";
repo = "sendme";
rev = "v${finalAttrs.version}";
hash = "sha256-zh0YYJoljcOQz0ltAk+UBScSGZhsoSqIa+F0Qm4/3iw=";
hash = "sha256-Yi0GM9gNQ1lEuuwS49asbhA1b2iUfBDnT06sPX7UuKM=";
};
cargoHash = "sha256-G7b1BBlVMPtfEWfIXIMH4N+Avt9vtEcCG1ctrja5Ttc=";
cargoHash = "sha256-Nkr/8KoNZCTPWcpnqdfB+D3VpL4ABRlvi5nxhMuCw1U=";
# The tests require contacting external servers.
doCheck = false;