Merge pull request #171245 from fufexan/orchis-theme

orchis-theme: 2022-02-18 -> 2022-05-01
This commit is contained in:
Sandro 2022-05-02 14:52:41 +02:00 committed by GitHub
commit 5ab4c83984
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 = "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 ];