Merge pull request #182183 from kilianar/orchis-theme-2022-07-20

orchis-theme: 2022-05-29 -> 2022-07-20
This commit is contained in:
Bobby Rong 2022-07-23 11:31:29 +08:00 committed by GitHub
commit 924911b199
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-05-29";
version = "2022-07-20";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
sha256 = "sha256-F4kqQ1B8JNo2TAdGFondAtQu5C/6os9SQ8NS2gfRCQM=";
sha256 = "sha256-0T9D42XwyvIb5XeXdqXbyahVHNcSeT469lSgWSisNvA=";
};
nativeBuildInputs = [ gtk3 sassc ];