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

authored by Peder Bergebakken Sundt and committed by GitHub 35874d87 d5651f8c

+3 -20
-13
pkgs/by-name/ma/matrix-tuwunel/doctest-fix.patch
··· 1 - diff --git i/src/core/utils/debug.rs w/src/core/utils/debug.rs 2 - index 31163a54..859dd9a9 100644 3 - --- i/src/core/utils/debug.rs 4 - +++ w/src/core/utils/debug.rs 5 - @@ -28,7 +28,7 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { 6 - /// use tuwunel_core::utils::debug::slice_truncated; 7 - /// 8 - /// #[tracing::instrument(fields(foos = slice_truncated(foos, 42)))] 9 - -/// fn bar(foos: &[&str]); 10 - +/// fn bar(foos: &[&str]) { } 11 - /// ``` 12 - pub fn slice_truncated<T: fmt::Debug>( 13 - slice: &[T],
+3 -7
pkgs/by-name/ma/matrix-tuwunel/package.nix
··· 85 85 in 86 86 rustPlatform.buildRustPackage (finalAttrs: { 87 87 pname = "matrix-tuwunel"; 88 - version = "1.4.1"; 88 + version = "1.4.2"; 89 89 90 90 src = fetchFromGitHub { 91 91 owner = "matrix-construct"; 92 92 repo = "tuwunel"; 93 93 tag = "v${finalAttrs.version}"; 94 - hash = "sha256-41oQfqdsHjm3fBaG+y+Q7eru7LzSIwOc6K5A29Jmt2c="; 94 + hash = "sha256-h7a8nbKZ6cK6SoAGwORc6+D+jJxQOut7y5KzHfBbqDE="; 95 95 }; 96 96 97 - cargoHash = "sha256-bTLKsWsma+a4ZD5ujJJ0xYvk769umIsTNE21KUTJj0U="; 98 - 99 - patches = [ 100 - ./doctest-fix.patch 101 - ]; 97 + cargoHash = "sha256-RjoO5eiAXYhC8Tg5UNqCpBsFVN1I+0UhchslAmhm0Qo="; 102 98 103 99 nativeBuildInputs = [ 104 100 pkg-config