fluent-icon-theme: 2022-11-05 -> 2022-11-30

This commit is contained in:
Icy-Thought 2022-11-30 17:58:54 +01:00
parent e622103f4b
commit 676f772dc6
No known key found for this signature in database
GPG Key ID: B593E438DDAB3C66

View File

@ -9,20 +9,19 @@
, colorVariants ? [ ]
,
}:
let
pname = "Fluent-icon-theme";
let pname = "Fluent-icon-theme";
in
lib.checkListOfEnum "${pname}: available color variants" [ "standard" "green" "grey" "orange" "pink" "purple" "red" "yellow" "teal" "all" ] colorVariants
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2022-11-05";
version = "2022-11-30";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "kKl/E2L1NL1U7PHbva+wUqQGbcHFbPgZBVhU/OgEuAE=";
hash = "sha256-sxs2GrPuUoitZtiIU7SWFSLGXOTitS41MGt17TeuICE=";
};
nativeBuildInputs = [ gtk3 jdupes ];