catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851)

This commit is contained in:
Nick Cao 2024-11-14 08:40:48 -05:00 committed by GitHub
commit d6e53b9ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@ lib.checkListOfEnum "${pname}: color variant" validVariants [ variant ]
stdenvNoCC.mkDerivation
(finalAttrs: {
inherit pname;
version = "0-unstable-2024-05-28";
version = "0-unstable-2024-10-19";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "plymouth";
rev = "e13c348a0f47772303b2da1e9396027d8cda160d";
hash = "sha256-6DliqhRncvdPuKzL9LJec3PJWmK/jo9BrrML7g6YcH0=";
rev = "e0f58d6fcf3dbc2d35dfc4fec394217fbfa92666";
hash = "sha256-He6ER1QNrJCUthFoBBGHBINouW/tozxQy3R79F5tsuo=";
};
sourceRoot = "${finalAttrs.src.name}/themes/catppuccin-${variant}";