overlays/matrix-synapse: bump to 1.105.1

This commit is contained in:
Aaron Bieber 2024-04-23 12:59:14 -06:00
parent 4a82bb017a
commit 2c578ff61c
No known key found for this signature in database

View File

@ -1,9 +1,9 @@
let let
hash = "sha256-MydtP7jtTx9phmnoAajWvDI0sSqw+TScj+9n485L5qc="; hash = "sha256-sul9wz9NXz87ZIbvSHWYQabTW/PlwAJJ2keaO0NbHHU=";
sha256 = "sha256-yj3biat5znDqsen0mc8MNkXKhUftpb26VT7utWdpxvc="; sha256 = "sha256-Cp1Bnf96invtmYayGfBVGwxW2jk/nRVCzueubd9HIG4=";
matrix-synapse-unwrapped = _: super: { matrix-synapse-unwrapped = _: super: {
matrix-synapse-unwrapped = super.matrix-synapse-unwrapped.overrideAttrs (_: rec { matrix-synapse-unwrapped = super.matrix-synapse-unwrapped.overrideAttrs (_: rec {
version = "1.105.0"; version = "1.105.1";
pname = "matrix-synapse"; pname = "matrix-synapse";
src = super.fetchFromGitHub { src = super.fetchFromGitHub {