mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
catppuccin-plymouth: 0-unstable-2024-05-28 -> 0-unstable-2024-10-19 (#355851)
This commit is contained in:
commit
d6e53b9ee3
@ -20,13 +20,13 @@ lib.checkListOfEnum "${pname}: color variant" validVariants [ variant ]
|
|||||||
stdenvNoCC.mkDerivation
|
stdenvNoCC.mkDerivation
|
||||||
(finalAttrs: {
|
(finalAttrs: {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
version = "0-unstable-2024-05-28";
|
version = "0-unstable-2024-10-19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "catppuccin";
|
owner = "catppuccin";
|
||||||
repo = "plymouth";
|
repo = "plymouth";
|
||||||
rev = "e13c348a0f47772303b2da1e9396027d8cda160d";
|
rev = "e0f58d6fcf3dbc2d35dfc4fec394217fbfa92666";
|
||||||
hash = "sha256-6DliqhRncvdPuKzL9LJec3PJWmK/jo9BrrML7g6YcH0=";
|
hash = "sha256-He6ER1QNrJCUthFoBBGHBINouW/tozxQy3R79F5tsuo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${finalAttrs.src.name}/themes/catppuccin-${variant}";
|
sourceRoot = "${finalAttrs.src.name}/themes/catppuccin-${variant}";
|
||||||
|
Loading…
Reference in New Issue
Block a user