diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-04-21 23:01:40 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-21 21:22:32 +0000 |
| commit | 25c34477ad13af1ffd51e2cd7963ce96be08bf3c (patch) | |
| tree | 5aafb45d5b25a8fbdb84a170bebd1514dd3e6926 | |
| parent | [Backport release-24.11] pnpm_10: 10.8.1 -> 10.9.0 (#400600) (diff) | |
| download | nixpkgs-origin/backport-400636-to-release-24.11.tar.gz | |
matrix-media-repo: 1.3.7 -> 1.3.8origin/backport-400636-to-release-24.11
https://github.com/t2bot/matrix-media-repo/blob/v1.3.8/CHANGELOG.md
https://github.com/t2bot/matrix-media-repo/security/advisories/GHSA-rcxc-wjgw-579r
https://github.com/t2bot/matrix-media-repo/security/advisories/GHSA-gp86-q8hg-fpxj
https://github.com/t2bot/matrix-media-repo/security/advisories/GHSA-r6jg-jfv6-2fjv
Fixes: CVE-2024-56515, CVE-2024-52791, CVE-2024-52602
(cherry picked from commit e0801dcc1290f8888b74a1a9a2fd25b4c92303d6)
| -rw-r--r-- | pkgs/by-name/ma/matrix-media-repo/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ma/matrix-media-repo/package.nix b/pkgs/by-name/ma/matrix-media-repo/package.nix index f15eb89e33e8..5a4b057357cc 100644 --- a/pkgs/by-name/ma/matrix-media-repo/package.nix +++ b/pkgs/by-name/ma/matrix-media-repo/package.nix @@ -8,16 +8,16 @@ }: let pname = "matrix-media-repo"; - version = "1.3.7"; + version = "1.3.8"; src = fetchFromGitHub { owner = "t2bot"; repo = "matrix-media-repo"; rev = "v${version}"; - hash = "sha256-trVn+Mn98aJLQCpQX1+qps/uuA5+8zeDoM94eauxHO8="; + hash = "sha256-KP1ZyHqeATxk1PCLuM6lPk+GB4Rd0f7ppKVETIURx28="; }; - vendorHash = "sha256-fKDdL7C3L33caoXxlutzoND2izB5GH+5qTeojTskIUg="; + vendorHash = "sha256-+sHy4Lgufs5jdN/V9W06U4dOZrsPiX87zmR1UwGHhQg="; asset-compiler = buildGoModule { pname = "${pname}-compile_assets"; |
