Merge pull request #196759 from kilianar/orchis-theme_2022-10-19

orchis-theme: 2022-09-28 -> 2022-10-19
This commit is contained in:
José Romildo Malaquias 2022-10-20 19:08:46 -03:00 committed by GitHub
commit c79af62071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,13 +22,13 @@ assert lib.assertMsg (unknownTweaks == [ ]) ''
stdenvNoCC.mkDerivation
rec {
pname = "orchis-theme";
version = "2022-09-28";
version = "2022-10-19";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
sha256 = "sha256-gabOn5ErJjDgqZCyIboMgFb1FqmDw8dljIskBENKTBg=";
sha256 = "sha256-1lJUrWkb8IoUyCMn8J4Lwvs/pWsibrY0pSXrepuQcug=";
};
nativeBuildInputs = [ gtk3 sassc ];