matrix-continuwuity: 0.5.8 -> 0.5.9

This contains important security vulnerability mitigations. Backporting for this reason.

Changelog: https://forgejo.ellis.link/continuwuation/continuwuity/releases/tag/v0.5.9
Does not contain any breaking changes, is just a security hotpatch [consisting of cherry-picked commits](https://forgejo.ellis.link/continuwuation/continuwuity/compare/v0.5.8...v0.5.9)

(cherry picked from commit 0794c7edb1)
This commit is contained in:
Bart Oostveen
2026-05-08 00:18:24 +02:00
committed by github-actions[bot]
parent 406bffd266
commit d6b31f03ec

View File

@@ -38,17 +38,17 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "matrix-continuwuity";
version = "0.5.8";
version = "0.5.9";
src = fetchFromGitea {
domain = "forgejo.ellis.link";
owner = "continuwuation";
repo = "continuwuity";
tag = "v${finalAttrs.version}";
hash = "sha256-o7bZMSsdSt6VOrsuSMrS7fU9u/LrdD/579IMvsZH+ss=";
hash = "sha256-4zs26kTqwkJV7x+Sm12LnR02bbyH0f6Itbz7bDKUyts=";
};
cargoHash = "sha256-QM4K5TmWWRTcrovAvvEbXEraI4C0vMSJ68Z/6kHhOr8=";
cargoHash = "sha256-T11ESuNg3BS54LtNJfhOoIgiyVL7VsdP4OeDI2nVBIk=";
nativeBuildInputs = [
pkg-config