graphite-gtk-theme: 2023-05-17 -> unstable-2023-11-22

This commit is contained in:
nat 2023-11-22 15:46:42 +01:00
parent 1b42b84b5c
commit 617f593936
No known key found for this signature in database

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 = [