fluent-gtk-theme: 2022-12-15 -> 2023-06-20

+3 -2
+3 -2
pkgs/data/themes/fluent-gtk-theme/default.nix
··· 23 23 24 24 stdenvNoCC.mkDerivation rec { 25 25 inherit pname; 26 - version = "2022-12-15"; 26 + version = "2023-06-20"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "vinceliuice"; 30 30 repo = pname; 31 31 rev = version; 32 - hash = "sha256-lGT6MIpc7cdAznZlbSJJ7aBzZPHucyfR8ZNMdJI0LP8="; 32 + hash = "sha256-hUXlzLdcWeOHEJx3+vCMpxvJst6Rr8ISvlzlsUgCrhg="; 33 33 }; 34 34 35 35 nativeBuildInputs = [ ··· 57 57 ${lib.optionalString (colorVariants != []) "--color " + builtins.toString colorVariants} \ 58 58 ${lib.optionalString (sizeVariants != []) "--size " + builtins.toString sizeVariants} \ 59 59 ${lib.optionalString (tweaks != []) "--tweaks " + builtins.toString tweaks} \ 60 + --icon nixos \ 60 61 --dest $out/share/themes 61 62 62 63 jdupes --quiet --link-soft --recurse $out/share