Merge pull request #236335 from Icy-Thought/Fluent-icon-theme

fluent-icon-theme: 2023-02-01 -> 2023-06-07
This commit is contained in:
José Romildo Malaquias 2023-06-08 12:05:49 -03:00 committed by GitHub
commit a3288a144b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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