xfce4-13: rename to xfce4-14

This commit is contained in:
José Romildo Malaquias 2019-07-13 08:42:05 -03:00
commit c3282487dd
43 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ in
package = mkOption {
type = types.package;
default = pkgs.xfce4-13.tumbler;
default = pkgs.xfce4-14.tumbler;
description = "Which tumbler package to use";
example = pkgs.xfce4-12.tumbler;
};