3
0
Fork 0
forked from mirrors/nixpkgs

orchis-theme: 2023-04-08 -> 2023-05-27

https://github.com/vinceliuice/Orchis-theme/releases/tag/2023-05-27
This commit is contained in:
kilianar 2023-05-27 12:45:04 +02:00
parent 9fdb5f9820
commit ae9ce7f2e3

View file

@ -26,13 +26,13 @@ lib.checkListOfEnum "${pname}: theme tweaks" validTweaks tweaks
stdenvNoCC.mkDerivation
rec {
inherit pname;
version = "2023-04-08";
version = "2023-05-27";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
hash = "sha256-/X4Hr2M/7pf6JxTUvPoG5VkQd+rweEPeTNe9glSLh78=";
hash = "sha256-I1a8y9dAJqFgnhyMqfupSdGvbbScf6tSYKlAhAzY4Dk=";
};
nativeBuildInputs = [ gtk3 sassc ];