matrix-tuwunel: 1.4.1 -> 1.4.2 (#442343)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-15 23:17:47 +00:00
committed by GitHub
2 changed files with 3 additions and 20 deletions
@@ -1,13 +0,0 @@
diff --git i/src/core/utils/debug.rs w/src/core/utils/debug.rs
index 31163a54..859dd9a9 100644
--- i/src/core/utils/debug.rs
+++ w/src/core/utils/debug.rs
@@ -28,7 +28,7 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
/// use tuwunel_core::utils::debug::slice_truncated;
///
/// #[tracing::instrument(fields(foos = slice_truncated(foos, 42)))]
-/// fn bar(foos: &[&str]);
+/// fn bar(foos: &[&str]) { }
/// ```
pub fn slice_truncated<T: fmt::Debug>(
slice: &[T],
+3 -7
View File
@@ -85,20 +85,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "matrix-tuwunel";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "matrix-construct";
repo = "tuwunel";
tag = "v${finalAttrs.version}";
hash = "sha256-41oQfqdsHjm3fBaG+y+Q7eru7LzSIwOc6K5A29Jmt2c=";
hash = "sha256-h7a8nbKZ6cK6SoAGwORc6+D+jJxQOut7y5KzHfBbqDE=";
};
cargoHash = "sha256-bTLKsWsma+a4ZD5ujJJ0xYvk769umIsTNE21KUTJj0U=";
patches = [
./doctest-fix.patch
];
cargoHash = "sha256-RjoO5eiAXYhC8Tg5UNqCpBsFVN1I+0UhchslAmhm0Qo=";
nativeBuildInputs = [
pkg-config