Merge pull request #203769 from Icy-Thought/fluent-icon-theme

fluent-icon-theme: 2022-11-05 -> 2022-11-30
This commit is contained in:
Bobby Rong 2022-12-01 10:06:00 +08:00 committed by GitHub
commit 8ce7ed2031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];