orchis-theme: 2024-05-30 -> 2024-09-02

This commit is contained in:
R. Ryantm
2024-09-02 13:31:19 +00:00
parent 3007f981ee
commit c08983d93b
+2 -2
View File
@@ -26,13 +26,13 @@ lib.checkListOfEnum "${pname}: theme tweaks" validTweaks tweaks
stdenvNoCC.mkDerivation
rec {
inherit pname;
version = "2024-05-30";
version = "2024-09-02";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
hash = "sha256-Dpdt7acRodtR4EE4STIiYHidehZwFGoYS8Oh6DgpXOI=";
hash = "sha256-rgbqVU2tKLnp+ZQpLTthpo9vPFRkGuayJCADrI2R1ls=";
};
nativeBuildInputs = [ gtk3 sassc ];