orchis-theme: 2023-03-18 -> 2024-04-08

https://github.com/vinceliuice/Orchis-theme/releases/tag/2024-04-08
This commit is contained in:
kilianar 2023-04-08 22:04:56 +02:00
parent aeb3a380cc
commit 4c96ce207a

View file

@ -26,13 +26,13 @@ lib.checkListOfEnum "${pname}: theme tweaks" validTweaks tweaks
stdenvNoCC.mkDerivation
rec {
inherit pname;
version = "2023-03-18";
version = "2024-04-08";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
hash = "sha256-ixVHQRJXoXuPEsrbWOVMC/qdF3szpxYzC/8kKe47Bs8=";
hash = "sha256-1Yatb5BeRLu4kWm+EAiRYPvGxRNeIo63SAN3/Dp7Na8=";
};
nativeBuildInputs = [ gtk3 sassc ];