Loading pkgs/by-name/ma/matrix-tuwunel/doctest-fix.patchdeleted 100644 → 0 +0 −13 Original line number Diff line number Diff line 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], pkgs/by-name/ma/matrix-tuwunel/package.nix +3 −7 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/by-name/ma/matrix-tuwunel/doctest-fix.patchdeleted 100644 → 0 +0 −13 Original line number Diff line number Diff line 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],
pkgs/by-name/ma/matrix-tuwunel/package.nix +3 −7 Original line number Diff line number Diff line Loading @@ -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 Loading