matcha-gtk-theme: 2024-05-01 -> 2025-04-11

Diff: https://github.com/vinceliuice/matcha-gtk-theme/compare/2024-05-01...2025-04-11
This commit is contained in:
José Romildo 2025-04-15 16:13:55 -03:00
parent 5377751147
commit 1d306c406d

View file

@ -24,13 +24,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "standard" "light" "dark" ] col
stdenvNoCC.mkDerivation
rec {
inherit pname;
version = "2024-05-01";
version = "2025-04-11";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "trQwRZ/JKIS8TcRIg0eL5GmB/yymDwqqNued0ddRuqU=";
sha256 = "sha256-vPAGEa3anWAynEg2AYme4qpHJdLDKk2CmL5iQ1mBYgM=";
};
nativeBuildInputs = [