From 0572036c33d09d8a2fd79ca22f2319c2c12ef47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo?= Date: Tue, 20 Jun 2023 17:20:11 -0300 Subject: [PATCH] fluent-gtk-theme: 2022-12-15 -> 2023-06-20 --- pkgs/data/themes/fluent-gtk-theme/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/data/themes/fluent-gtk-theme/default.nix b/pkgs/data/themes/fluent-gtk-theme/default.nix index 3359e6e1b128..b6f3fdc092ea 100644 --- a/pkgs/data/themes/fluent-gtk-theme/default.nix +++ b/pkgs/data/themes/fluent-gtk-theme/default.nix @@ -23,13 +23,13 @@ lib.checkListOfEnum "${pname}: tweaks" [ "solid" "float" "round" "blur" "noborde stdenvNoCC.mkDerivation rec { inherit pname; - version = "2022-12-15"; + version = "2023-06-20"; src = fetchFromGitHub { owner = "vinceliuice"; repo = pname; rev = version; - hash = "sha256-lGT6MIpc7cdAznZlbSJJ7aBzZPHucyfR8ZNMdJI0LP8="; + hash = "sha256-hUXlzLdcWeOHEJx3+vCMpxvJst6Rr8ISvlzlsUgCrhg="; }; nativeBuildInputs = [ @@ -57,6 +57,7 @@ stdenvNoCC.mkDerivation rec { ${lib.optionalString (colorVariants != []) "--color " + builtins.toString colorVariants} \ ${lib.optionalString (sizeVariants != []) "--size " + builtins.toString sizeVariants} \ ${lib.optionalString (tweaks != []) "--tweaks " + builtins.toString tweaks} \ + --icon nixos \ --dest $out/share/themes jdupes --quiet --link-soft --recurse $out/share