From fbe3d2fb315dd32f0951c50d9fb6bad766ff3916 Mon Sep 17 00:00:00 2001 From: Vladislav Grechannik Date: Tue, 14 Apr 2026 17:55:02 +0200 Subject: [PATCH] matrix-tuwunel: 1.5.1 -> 1.6.0 Diff: https://github.com/matrix-construct/tuwunel/compare/v1.5.1...v1.6.0 Changelog: https://github.com/matrix-construct/tuwunel/releases/tag/v1.6.0 --- pkgs/by-name/ma/matrix-tuwunel/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ma/matrix-tuwunel/package.nix b/pkgs/by-name/ma/matrix-tuwunel/package.nix index 6d595e4a1754..ee783f10d5fb 100644 --- a/pkgs/by-name/ma/matrix-tuwunel/package.nix +++ b/pkgs/by-name/ma/matrix-tuwunel/package.nix @@ -89,16 +89,16 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "matrix-tuwunel"; - version = "1.5.1"; + version = "1.6.0"; src = fetchFromGitHub { owner = "matrix-construct"; repo = "tuwunel"; tag = "v${finalAttrs.version}"; - hash = "sha256-VdG8tSbRPTG915l0Y7eYsGprPSerYF2dpo64D4er5io="; + hash = "sha256-7w2+hltPj0mP3xcmHfjFvIqxwFkcf71bzm4TFiz745g="; }; - cargoHash = "sha256-97DM+khPcwze3iH4DJODyI8WEjqcl3ftg26odcRdrKc="; + cargoHash = "sha256-DuHV4/a3B/Khq9/RgxFg5RfQ2svdKPv+QyuUqKGAveo="; nativeBuildInputs = [ pkg-config