3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #234407 from kilianar/orchis-theme_2023-05-27

orchis-theme: 2023-04-08 -> 2023-05-27
This commit is contained in:
Weijia Wang 2023-05-27 14:52:40 +03:00 committed by GitHub
commit 8f400f06b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,13 +26,13 @@ lib.checkListOfEnum "${pname}: theme tweaks" validTweaks tweaks
stdenvNoCC.mkDerivation
rec {
inherit pname;
version = "2023-04-08";
version = "2023-05-27";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
hash = "sha256-/X4Hr2M/7pf6JxTUvPoG5VkQd+rweEPeTNe9glSLh78=";
hash = "sha256-I1a8y9dAJqFgnhyMqfupSdGvbbScf6tSYKlAhAzY4Dk=";
};
nativeBuildInputs = [ gtk3 sassc ];