fluent-icon-theme: 2023-02-01 -> 2023-06-07

This commit is contained in:
Icy-Thought 2023-06-06 22:07:13 +02:00
parent f676747451
commit 13182e662a
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-02-01";
version = "2023-06-07";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-Plm05+5r6p9MabLmmh8kWitALGFalruBbhAgBhPCjRo=";
hash = "sha256-drEAjIY/lacqncSeVeNmeRX6v4PnLvGo66Na1fuFXRg=";
};
nativeBuildInputs = [ gtk3 jdupes ];