From 27e6066d441af22845d85981aa38169c549d7d3d Mon Sep 17 00:00:00 2001 From: Bart Oostveen Date: Sat, 20 Jun 2026 19:19:53 +0200 Subject: [PATCH] matrix-continuwuity: 0.5.9 -> 0.5.10 Changelog: https://forgejo.ellis.link/continuwuation/continuwuity/releases/tag/v0.5.10 This is a security release and should be backported. Not sure if this is worth backporting to oldstable still. (cherry picked from commit 47d2fffb5b40e244d46f87dd14ab8bcc47da8701) --- pkgs/by-name/ma/matrix-continuwuity/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ma/matrix-continuwuity/package.nix b/pkgs/by-name/ma/matrix-continuwuity/package.nix index 69fd23b0f903..57ee2cd74ca2 100644 --- a/pkgs/by-name/ma/matrix-continuwuity/package.nix +++ b/pkgs/by-name/ma/matrix-continuwuity/package.nix @@ -38,17 +38,17 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "matrix-continuwuity"; - version = "0.5.9"; + version = "0.5.10"; src = fetchFromGitea { domain = "forgejo.ellis.link"; owner = "continuwuation"; repo = "continuwuity"; tag = "v${finalAttrs.version}"; - hash = "sha256-4zs26kTqwkJV7x+Sm12LnR02bbyH0f6Itbz7bDKUyts="; + hash = "sha256-oevEGYlAK/rMJhm200CkwerT5oVak8sJj0Fa6r6+J/Q="; }; - cargoHash = "sha256-T11ESuNg3BS54LtNJfhOoIgiyVL7VsdP4OeDI2nVBIk="; + cargoHash = "sha256-uvMiFURXxkLbbbwq4pG5hevsLZHQ1wVfTNvzQRTQWxE="; nativeBuildInputs = [ pkg-config