chore: update element-web, keycloak, matrix-synapse, nextcloud, misc #110

Merged
teutat3s merged 2 commits from chore/bump-flake-inputs into main 2024-02-07 16:46:11 +00:00
Showing only changes of commit fcc74784ea - Show all commits

View file

@ -14,15 +14,6 @@
in
{
element-themes = prev.callPackage ./pkgs/element-themes { inherit (inputs) element-themes; };
mastodon = prev.mastodon.override {
version = "4.2.5";
patches = [
(final.fetchpatch {
url = "https://github.com/mastodon/mastodon/compare/v4.2.4...v4.2.5.patch";
hash = "sha256-CtzYV1i34s33lV/1jeNcr9p/x4Es1zRaf4l1sNWVKYk=";
})
];
};
})
];
});