orchis-theme: 2022-02-18 -> 2022-05-01

This commit is contained in:
Mihai Fufezan 2022-05-02 15:07:33 +03:00
parent 2c91cdd09b
commit c0a1035b5e
No known key found for this signature in database
GPG Key ID: 5899325F2F120900

View File

@ -21,13 +21,13 @@ assert lib.assertMsg (unknownTweaks == [ ]) ''
stdenvNoCC.mkDerivation
rec {
pname = "orchis-theme";
version = "2022-02-18";
version = "2022-05-01";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
sha256 = "sha256-SqptW8DEDCB6LMHalRlf71TWK93gW+blbu6Q1Oommes=";
sha256 = "sha256-OYB/TnVm8AOQTdF+rGiY5tQjUjkSSpMrqFo0+TXSHzA=";
};
nativeBuildInputs = [ gtk3 sassc ];