Merge pull request #305754 from romildo/upd.vimix-gtk-themes

vimix-gtk-themes: 2023-09-09 -> 2024-04-20
This commit is contained in:
José Romildo Malaquias 2024-04-23 09:18:50 -03:00 committed by GitHub
commit 170f8fc581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@ lib.checkListOfEnum "${pname}: tweaks" [ "flat" "grey" "mix" "translucent" ] twe
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-09-09";
version = "2024-04-20";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "dfdPEJnSmD0eqzx4ysiGPp77Beo32l2Tz1qSrbShLlc=";
sha256 = "RbAdoix+UWKiLB+04YiPa0UwzO1fFLy56IG1MipmE+E=";
};
nativeBuildInputs = [