overlays: matrix-synapse bump to 1.93.0rc1, bump pillow to 10.0.1

This commit is contained in:
Aaron Bieber 2023-09-19 10:35:16 -06:00
parent 614930d2b4
commit 03d5fce8b6
No known key found for this signature in database
2 changed files with 17 additions and 3 deletions

View File

@ -39,6 +39,20 @@ in
]
else [
#rex
(_: super: {
python3 = super.python3.override {
packageOverrides = _: python-super: {
pillow = python-super.pillow.overrideAttrs (_: rec {
version = "10.0.1";
src = python-super.fetchPypi {
pname = "Pillow";
inherit version;
hash = "sha256-1ylnsGvpMA/tXPvItbr87sSL983H2rZrHSVJA1KHGR0=";
};
});
};
};
})
matrix-synapse
heisenbridge
(_: super: {

View File

@ -1,9 +1,9 @@
let
hash = "sha256-U9SyDmO34s9PjLPnT1QYemGeCmKdXRaQvEC8KKcFXOI=";
sha256 = "sha256-q3uoT2O/oTVSg6olZohU8tiWahijyva+1tm4e1GWGj4=";
hash = "sha256-oKelt/pdsFPCrcS0aTE6e9dNRB+8zMoXXRKIpIp+5Vs=";
sha256 = "sha256-A+H7g3pxVNkZNJYEdnUkWz6xa4qkw524pHDkrtY1ZLw=";
matrix-synapse = _: super: {
matrix-synapse = super.matrix-synapse.overrideAttrs (_: rec {
version = "1.91.2";
version = "1.93.0rc1";
pname = "matrix-synapse";
src = super.fetchFromGitHub {