orchis-theme: 2023-02-26 -> 2023-03-18

https://github.com/vinceliuice/Orchis-theme/releases/tag/2023-03-18
This commit is contained in:
kilianar 2023-03-18 10:48:33 +01:00
parent b7650f44b5
commit 2865dd5aaf

View File

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