From f1b8468556ee42c6a003747a2f3292bf27629f3d Mon Sep 17 00:00:00 2001 From: Icy-Thought Date: Tue, 20 Sep 2022 07:15:06 +0200 Subject: [PATCH] fluent-icon-theme: 2022-02-28 -> 2022-09-20 --- pkgs/data/icons/fluent-icon-theme/default.nix | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/pkgs/data/icons/fluent-icon-theme/default.nix b/pkgs/data/icons/fluent-icon-theme/default.nix index c3e4f71e6cdc..8898fb0e186f 100644 --- a/pkgs/data/icons/fluent-icon-theme/default.nix +++ b/pkgs/data/icons/fluent-icon-theme/default.nix @@ -6,34 +6,23 @@ , jdupes , roundedIcons ? false , blackPanelIcons ? false -, colorVariants ? [] +, colorVariants ? [ ] , }: let pname = "Fluent-icon-theme"; in -lib.checkListOfEnum "${pname}: available color variants" [ - "standard" - "green" - "grey" - "orange" - "pink" - "purple" - "red" - "yellow" - "teal" - "all" -] colorVariants +lib.checkListOfEnum "${pname}: available color variants" [ "standard" "green" "grey" "orange" "pink" "purple" "red" "yellow" "teal" "all" ] colorVariants stdenvNoCC.mkDerivation rec { inherit pname; - version = "2022-02-28"; + version = "2022-09-20"; src = fetchFromGitHub { owner = "vinceliuice"; repo = pname; rev = version; - sha256 = "UMj3qF9lhd9kM7J/3RtG3AiWlBontrowfsFOb3yr0tQ="; + sha256 = "Ce8LTIxKabeqV9QVK68DqUVwtwG5lyxDPDQx0mLIr5o="; }; nativeBuildInputs = [ gtk3 jdupes ];