nightfox-gtk-theme: 0-unstable-2024-10-29 -> 0-unstable-2024-11-06 (#354070)

This commit is contained in:
Nick Cao 2024-11-07 13:34:13 -05:00 committed by GitHub
commit c1c9da714d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,13 +70,13 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants lib
stdenvNoCC.mkDerivation
{
inherit pname;
version = "0-unstable-2024-10-29";
version = "0-unstable-2024-11-06";
src = fetchFromGitHub {
owner = "Fausto-Korpsvart";
repo = "Nightfox-GTK-Theme";
rev = "14decf0378650b7a960f4761fd6178cda0d07aac";
hash = "sha256-TWJyj5MlQtNqCuh1GD1LoXEQ4wcobhyKPQXZ31ALcMM=";
rev = "d9534b5275eb4bc588890c7bd8b30cf2b535c8e0";
hash = "sha256-VVro8kkQisLkTyQVIBDSf55Qfnwb85glWOYWVfJbueI=";
};
propagatedUserEnvPkgs = [ gtk-engine-murrine ];