Unverified Commit 35874d87 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

parents d5651f8c b2ad7e1e
Loading
Loading
Loading
Loading
+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],
+3 −7
Original line number Diff line number Diff line
@@ -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