Merge pull request #160973 from r-ryantm/auto-update/orchis-theme

orchis-theme: 2021-12-13 -> 2022-02-18
This commit is contained in:
José Romildo Malaquias 2022-02-21 19:52:11 -03:00 committed by GitHub
commit 0bb2fc1c8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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