fix: remove mastodon version 4.2.5 overlay
All checks were successful
Flake checks / Check (pull_request) Successful in 18m42s
All checks were successful
Flake checks / Check (pull_request) Successful in 18m42s
It's now included in nixos-23.11
This commit is contained in:
parent
bf0ab84979
commit
fcc74784ea
|
@ -14,15 +14,6 @@
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
element-themes = prev.callPackage ./pkgs/element-themes { inherit (inputs) element-themes; };
|
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=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue