orchis-theme: 2022-05-01 -> 2022-05-29

This commit is contained in:
Mihai Fufezan 2022-06-19 14:13:32 +03:00
parent a419e65544
commit e6ca30b1bd
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-05-01";
version = "2022-05-29";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
sha256 = "sha256-OYB/TnVm8AOQTdF+rGiY5tQjUjkSSpMrqFo0+TXSHzA=";
sha256 = "sha256-F4kqQ1B8JNo2TAdGFondAtQu5C/6os9SQ8NS2gfRCQM=";
};
nativeBuildInputs = [ gtk3 sassc ];