Merge pull request #269205 from surfaceflinger/graphite-gtk-update

graphite-gtk-theme: 2023-05-17 -> unstable-2023-11-22
This commit is contained in:
José Romildo Malaquias 2023-11-22 16:54:18 -03:00 committed by GitHub
commit 7af2e245a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,13 +27,13 @@ lib.checkListOfEnum "${pname}: grub screens" [ "1080p" "2k" "4k" ] grubScreens
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-05-17";
version = "unstable-2023-11-22";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "hymOqtwMk6Yja5le6ADZl04yjbOJjhairiH7a4m7gMk=";
rev = "429645480653e2e3b3d003d9afcebf075769db2b";
sha256 = "sha256-2MPAyod4kPlj/eJiYRsS3FJL0pUR+o9W4CSbI6M3350=";
};
nativeBuildInputs = [