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

fluent-icon-theme: 2023-06-07 -> 2024-02-25
This commit is contained in:
kirillrdy 2024-02-27 20:33:24 +11:00 committed by GitHub
commit 6ac646bff4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,13 +16,13 @@ lib.checkListOfEnum "${pname}: available color variants" [ "standard" "green" "g
stdenvNoCC.mkDerivation rec {
inherit pname;
version = "2023-06-07";
version = "2024-02-25";
src = fetchFromGitHub {
owner = "vinceliuice";
repo = pname;
rev = version;
hash = "sha256-drEAjIY/lacqncSeVeNmeRX6v4PnLvGo66Na1fuFXRg=";
hash = "sha256-Cadp2+4kBZ74kdD5x0O85FszxvN6/sg6yccxughyX1Q";
};
nativeBuildInputs = [ gtk3 jdupes ];