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

qogir-icon-theme: 2023-02-23 -> 2023-06-05
This commit is contained in:
figsoda 2023-06-08 11:17:29 -04:00 committed by GitHub
commit 83e3797d0d
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 = "2023-02-23";
version = "2023-06-05";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "sha256-yXpHm/iXtBdEo6m8W7Itp3N9vrWRTb7S3aKi0X2RObo=";
sha256 = "sha256-qiHmA/K4hdXVSFzergGhgssKR+kXp3X0cqtX1X5ayM4=";
};
nativeBuildInputs = [ gtk3 jdupes ];