···138138</programlisting>
139139 </para>
140140 <para>
141141- For a more useful example, try the following. This configuration only allows unfree packages named flash player and visual studio code:
141141+ For a more useful example, try the following. This configuration only allows unfree packages named roon-server and visual studio code:
142142<programlisting>
143143{
144144 allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
145145- "flashplayer"
145145+ "roon-server"
146146 "vscode"
147147 ];
148148}
+1-1
lib/lists.nix
···241241242242 /* Return a singleton list or an empty list, depending on a boolean
243243 value. Useful when building lists with optional elements
244244- (e.g. `++ optional (system == "i686-linux") flashplayer').
244244+ (e.g. `++ optional (system == "i686-linux") firefox').
245245246246 Type: optional :: bool -> a -> [a]
247247
+15
nixos/doc/manual/release-notes/rl-2103.xml
···479479 thinkfan documentation</link> before updating.
480480 </para>
481481 </listitem>
482482+ <listitem>
483483+ <para>
484484+ Adobe Flash Player support has been dropped from the tree. In particular,
485485+ the following packages no longer support it:
486486+ <itemizedlist>
487487+ <listitem><simpara><package>chromium</package></simpara></listitem>
488488+ <listitem><simpara><package>firefox</package></simpara></listitem>
489489+ <listitem><simpara><package>qt48</package></simpara></listitem>
490490+ <listitem><simpara><package>qt5.qtwebkit</package></simpara></listitem>
491491+ </itemizedlist>
492492+ Additionally, packages <package>flashplayer</package> and
493493+ <package>hal-flash</package> were removed along with the
494494+ <varname>services.flashpolicyd</varname> module.
495495+ </para>
496496+ </listitem>
482497 </itemizedlist>
483498 </section>
484499
···71717272 (mkRemovedOptionModule [ "services" "seeks" ] "")
7373 (mkRemovedOptionModule [ "services" "venus" ] "The corresponding package was removed from nixpkgs.")
7474+ (mkRemovedOptionModule [ "services" "flashpolicyd" ] "The flashpolicyd module has been removed. Adobe Flash Player is deprecated.")
74757576 # Do NOT add any option renames here, see top of the file
7677 ];
···55 /* Do not use "dev" as a version. If you do, Tilt will consider itself
66 running in development environment and try to serve assets from the
77 source tree, which is not there once build completes. */
88- version = "0.18.5";
88+ version = "0.18.8";
991010 src = fetchFromGitHub {
1111 owner = "tilt-dev";
1212 repo = pname;
1313 rev = "v${version}";
1414- sha256 = "0msfc2cgfq7dz02n2z898iw2bx98qsny3j4pzja767vcdpnzjmr5";
1414+ sha256 = "sha256-ICJrY4XUrxVeZlMx69SB/ounfIwLFSguf9bhLOpYP3E=";
1515 };
1616 vendorSha256 = null;
1717
···178178 firestr = throw "firestr has been removed."; # added 2019-12-08
179179 fish-foreign-env = throw "fish-foreign-env has been replaced with fishPlugins.foreign-env"; # added 2020-12-29, modified 2021-01-10
180180 flameGraph = flamegraph; # added 2018-04-25
181181+ flashplayer = throw "flashplayer has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
182182+ flashplayer-standalone = throw "flashplayer-standalone has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
183183+ flashplayer-standalone-debugger = throw "flashplayer-standalone-debugger has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
181184 flink_1_5 = throw "flink_1_5 was removed, use flink instead"; # added 2021-01-25
182185 flutter-beta = throw "Non-stable versions of Flutter have been removed. You can use flutterPackages.mkFlutter to generate a package for other Flutter versions."; # added 2020-01-15
183186 flutter-dev = throw "Non-stable versions of Flutter have been removed. You can use flutterPackages.mkFlutter to generate a package for other Flutter versions."; # added 2020-01-15
···261264 gupnp_igd = gupnp-igd; # added 2018-02-25
262265 gupnptools = gupnp-tools; # added 2015-12-19
263266 gutenberg = zola; # added 2018-11-17
267267+ hal-flash = throw "hal-flash has been removed as Adobe Flash Player is now deprecated."; # added 2021-02-07
264268 heimdalFull = heimdal; # added 2018-05-01
265269 hepmc = hepmc2; # added 2019-08-05
266270 hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11