From 13182e662ab753c4f360dbb41693a257f66af48e Mon Sep 17 00:00:00 2001 From: Icy-Thought Date: Tue, 6 Jun 2023 22:07:13 +0200 Subject: [PATCH] fluent-icon-theme: 2023-02-01 -> 2023-06-07 --- pkgs/data/icons/fluent-icon-theme/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/data/icons/fluent-icon-theme/default.nix b/pkgs/data/icons/fluent-icon-theme/default.nix index 50c11d7b3a8..6933a0ecb92 100644 --- a/pkgs/data/icons/fluent-icon-theme/default.nix +++ b/pkgs/data/icons/fluent-icon-theme/default.nix @@ -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 ];