orchis-theme: 2024-04-18 -> 2024-05-01

https://github.com/vinceliuice/Orchis-theme/releases/tag/2024-05-01
This commit is contained in:
kilianar 2024-05-01 11:00:08 +02:00
parent 848c9745a7
commit 3ca557a430

@ -26,13 +26,13 @@ lib.checkListOfEnum "${pname}: theme tweaks" validTweaks tweaks
stdenvNoCC.mkDerivation
rec {
inherit pname;
version = "2024-04-18";
version = "2024-05-01";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
hash = "sha256-Kvafbvw1q8F0+l47WshFHPfZEQhFXPPXuI0RjBJnP4s=";
hash = "sha256-xi4kYT566bQqQEY4CByTrpwMfC1uhzeIqpprpe59oIM=";
};
nativeBuildInputs = [ gtk3 sassc ];