tokyonight-gtk-theme: 0-unstable-2024-11-06 -> 0-unstable-2025-04-24

This commit is contained in:
R. Ryantm 2025-04-26 10:07:42 +00:00
parent 8209ee5677
commit 3d8b9f46f2

View file

@ -71,13 +71,13 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants lib
stdenvNoCC.mkDerivation
{
inherit pname;
version = "0-unstable-2024-11-06";
version = "0-unstable-2025-04-24";
src = fetchFromGitHub {
owner = "Fausto-Korpsvart";
repo = "Tokyonight-GTK-Theme";
rev = "4dc45d60bf35f50ebd9ee41f16ab63783f80dd64";
hash = "sha256-AKZA+WCcfxDeNrNrq3XYw+SFoWd1VV2T9+CwK2y6+jA=";
rev = "006154c78dde52b5851347a7e91f924af62f1b8f";
hash = "sha256-h5k9p++zjzxGFkTK/6o/ISl/Litgf6fzy8Jf6Ikt5V8=";
};
propagatedUserEnvPkgs = [ gtk-engine-murrine ];