Merge pull request #178234 from fufexan/orchis-theme

orchis-theme: 2022-05-01 -> 2022-05-29
This commit is contained in:
Artturi
2022-06-30 22:30:52 +03:00
committed by GitHub
+2 -2
View File
@@ -21,13 +21,13 @@ assert lib.assertMsg (unknownTweaks == [ ]) ''
stdenvNoCC.mkDerivation
rec {
pname = "orchis-theme";
version = "2022-05-01";
version = "2022-05-29";
src = fetchFromGitHub {
repo = "Orchis-theme";
owner = "vinceliuice";
rev = version;
sha256 = "sha256-OYB/TnVm8AOQTdF+rGiY5tQjUjkSSpMrqFo0+TXSHzA=";
sha256 = "sha256-F4kqQ1B8JNo2TAdGFondAtQu5C/6os9SQ8NS2gfRCQM=";
};
nativeBuildInputs = [ gtk3 sassc ];