fluent-icon-theme: 2023-06-07 -> 2024-02-25

This commit is contained in:
Icy-Thought 2024-02-26 08:49:04 +01:00
parent 8736250fc2
commit f51fe574ac
No known key found for this signature in database
GPG Key ID: B593E438DDAB3C66

View File

@ -16,13 +16,13 @@ lib.checkListOfEnum "${pname}: available color variants" [ "standard" "green" "g
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-06-07";
version = "2024-02-25";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-drEAjIY/lacqncSeVeNmeRX6v4PnLvGo66Na1fuFXRg=";
hash = "sha256-Cadp2+4kBZ74kdD5x0O85FszxvN6/sg6yccxughyX1Q";
};
nativeBuildInputs = [ gtk3 jdupes ];