Merge pull request #225335 from kilianar/orchis-theme-2024-04-08

orchis-theme: 2023-03-18 -> 2024-04-08
This commit is contained in:
Nick Cao 2023-04-09 09:54:00 +08:00 committed by GitHub
commit fa05f83939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ];