mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
matrix-media-repo: 1.3.7 -> 1.3.8
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
This commit is contained in:
parent
ebdf4f1695
commit
e0801dcc12
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue