gruvbox-gtk-theme: 0-unstable-2025-07-21 -> 0-unstable-2025-07-28 (#431268)

This commit is contained in:
Yohann Boniface 2025-08-09 05:58:00 +02:00 committed by GitHub
commit dbcc5d61fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,13 +68,13 @@ lib.checkListOfEnum "${pname}: colorVariants" colorVariantList colorVariants lib
stdenvNoCC.mkDerivation stdenvNoCC.mkDerivation
{ {
inherit pname; inherit pname;
version = "0-unstable-2025-07-21"; version = "0-unstable-2025-07-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Fausto-Korpsvart"; owner = "Fausto-Korpsvart";
repo = "Gruvbox-GTK-Theme"; repo = "Gruvbox-GTK-Theme";
rev = "b1cfcc8a3b461f227c8a89dee17a80ed8f6656f4"; rev = "39aed8f4d09d5ac75162adea1a64212ad4ef9ade";
hash = "sha256-QFXaAtgH30aP1+/rNobntTAMfwh+AAb26FyZgElVdC4="; hash = "sha256-Q2XwcYMz/GsFyd5kjj7OYwa724OUxw8w+nhTBkWo3Z0=";
}; };
propagatedUserEnvPkgs = [ gtk-engine-murrine ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ];