Merge pull request #308217 from kilianar/orchis-theme-2024-05-01

orchis-theme: 2024-04-18 -> 2024-05-01
This commit is contained in:
Weijia Wang 2024-05-12 20:46:38 +02:00 committed by GitHub
commit ff13d18b9c
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-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 ];