about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-01-10 00:12:07 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-02-12 14:12:48 -0800
commitcfed3b8b226dfd103f1942c55ffa664178832c29 (patch)
tree497771b6c8655c6bee77e77533e7f07ec4ce64dc /pkgs/applications/editors
parent6964689aff0e97424e594a52bf90673576ee8878 (diff)
downloadnixlib-cfed3b8b226dfd103f1942c55ffa664178832c29.tar
nixlib-cfed3b8b226dfd103f1942c55ffa664178832c29.tar.gz
nixlib-cfed3b8b226dfd103f1942c55ffa664178832c29.tar.bz2
nixlib-cfed3b8b226dfd103f1942c55ffa664178832c29.tar.lz
nixlib-cfed3b8b226dfd103f1942c55ffa664178832c29.tar.xz
nixlib-cfed3b8b226dfd103f1942c55ffa664178832c29.tar.zst
nixlib-cfed3b8b226dfd103f1942c55ffa664178832c29.zip
treewide: update 21.03 to 21.05
The NixOS 21.03 release has been delayed to 21.05. See NixOS/rfcs#80.

There are two instances of 21.03 which have been left as is, since they
are in stateVersion comparisons. This will ensure that existing user
configurations which refer to 21.03 will continue to work.
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs-modes/melpa-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs-modes/melpa-packages.nix b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
index 9334a16d22d6..62979b4226dd 100644
--- a/pkgs/applications/editors/emacs-modes/melpa-packages.nix
+++ b/pkgs/applications/editors/emacs-modes/melpa-packages.nix
@@ -610,7 +610,7 @@ let
       };
 
       # Deprecated legacy aliases for backwards compat
-      aliases = lib.listToAttrs (lib.attrValues (lib.mapAttrs (n: v: { name = v; value = builtins.trace "Melpa attribute '${v}' is a legacy alias that will be removed in 21.03, use '${n}' instead" melpaPackages.${n}; }) (lib.filterAttrs (n: v: lib.hasAttr n melpaPackages) {
+      aliases = lib.listToAttrs (lib.attrValues (lib.mapAttrs (n: v: { name = v; value = builtins.trace "Melpa attribute '${v}' is a legacy alias that will be removed in 21.05, use '${n}' instead" melpaPackages.${n}; }) (lib.filterAttrs (n: v: lib.hasAttr n melpaPackages) {
         "auto-complete-clang-async" = "emacsClangCompleteAsync";
         "vterm" = "emacs-libvterm";
         "0xc" = "_0xc";