fluent-icon-theme: 2022-09-20 -> 2022-11-05

This commit is contained in:
Icy-Thought 2022-11-06 04:46:20 +01:00
parent adc7d07c0c
commit b44a7cb8b3
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 = "2022-09-20";
version = "2022-11-05";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
sha256 = "Ce8LTIxKabeqV9QVK68DqUVwtwG5lyxDPDQx0mLIr5o=";
sha256 = "kKl/E2L1NL1U7PHbva+wUqQGbcHFbPgZBVhU/OgEuAE=";
};
nativeBuildInputs = [ gtk3 jdupes ];