1
0
forked from extern/nix-config

packages: Use lutgen to customize fluent-icons

Now the icons follow the monokai color scheme.
This commit is contained in:
Donovan Glover 2024-01-05 19:06:20 -05:00
parent 6f2693ed62
commit 91a708c123
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -5,12 +5,12 @@
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
pname = "fluent-icons"; pname = "fluent-icons";
version = "2023-08-07"; version = "2024-01-02";
src = fetchurl { src = fetchurl {
name = "Fluent Icons.zip"; name = "Fluent Icons.zip";
url = "https://files.catbox.moe/a6iswm.zip"; url = "https://files.catbox.moe/1we56t.zip";
hash = "sha256-LsMZr+RedK2Vi21K44A/vpBv54BISjshZ2+iAlMYASU="; hash = "sha256-J530v9QRGv/c0PBYcCVpGSgqvirlx4eQzsP+Kqhft8A=";
}; };
nativeBuildInputs = [ unar ]; nativeBuildInputs = [ unar ];