graphite-gtk-theme: unstable-2023-11-22 -> 2023-12-31
This commit is contained in:
parent
97f2135e6a
commit
ab0d931c3f
1 changed files with 3 additions and 3 deletions
|
@ -27,13 +27,13 @@ lib.checkListOfEnum "${pname}: grub screens" [ "1080p" "2k" "4k" ] grubScreens
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
inherit pname;
|
||||
version = "unstable-2023-11-22";
|
||||
version = "2023-12-31";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vinceliuice";
|
||||
repo = pname;
|
||||
rev = "429645480653e2e3b3d003d9afcebf075769db2b";
|
||||
sha256 = "sha256-2MPAyod4kPlj/eJiYRsS3FJL0pUR+o9W4CSbI6M3350=";
|
||||
rev = version;
|
||||
hash = "sha256-tAby1nLRBdkVQy448BXloBw8oeYqN2aFEs0jahNI3jg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue