Merge pull request #217833 from r-ryantm/auto-update/qogir-icon-theme

qogir-icon-theme: 2022-11-05 -> 2023-02-23
This commit is contained in:
figsoda 2023-02-23 09:54:38 -05:00 committed by GitHub
commit 0f64522e25
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-11-05";
version = "2023-02-23";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "sha256-KQ3NmxNtJTURjH15hyZzngJ6aVTwlze28xQbRTlQmPE=";
sha256 = "sha256-yXpHm/iXtBdEo6m8W7Itp3N9vrWRTb7S3aKi0X2RObo=";
};
nativeBuildInputs = [ gtk3 jdupes ];