fix(plymouth): revert latest version bump
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2023-12-27 08:51:14 -05:00
parent ea1a29494c
commit f8442fc37e
3 changed files with 15 additions and 0 deletions

View file

@ -5,6 +5,7 @@
}: { }: {
nixpkgs.overlays = [ nixpkgs.overlays = [
(import ./dracula-theme) (import ./dracula-theme)
(import ./plymouth)
(import ./spotifywm) (import ./spotifywm)
(import ./squeekboard) (import ./squeekboard)

View file

@ -0,0 +1,14 @@
final: prev: {
plymouth = prev.plymouth.overrideAttrs (o: {
# https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/236
version = "unstable-2023-06-17";
src = prev.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "plymouth";
repo = "plymouth";
rev = "b1d5aa9d2a6033bba52cf63643e5878f8a9b68a0";
hash = "sha256-8DXcwt8CZTni5Ma+I63LzNejlIB0Cr1ATA7Nl3z9z6I=";
};
});
}

Binary file not shown.