Merge pull request #200374 from romildo/upd.qogir-icon-theme

qogir-icon-theme: 2022-10-08 -> 2022-11-05
This commit is contained in:
figsoda 2022-11-09 09:11:06 -05:00 committed by GitHub
commit da3386cc49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@ lib.checkListOfEnum "${pname}: theme variants" [ "default" "manjaro" "ubuntu" "a
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2022-10-08";
version = "2022-11-05";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "sha256-BZhZyPnmiS5mxJp4/QnE7bTynB/cZ0QsUKFMhyd/Ox4=";
sha256 = "sha256-KQ3NmxNtJTURjH15hyZzngJ6aVTwlze28xQbRTlQmPE=";
};
nativeBuildInputs = [ gtk3 jdupes ];