Merge pull request #315900 from r-ryantm/auto-update/orchis-theme

orchis-theme: 2024-05-01 -> 2024-05-30
This commit is contained in:
Aleksana 2024-05-31 22:39:42 +08:00 committed by GitHub
commit 361154ad64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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