From 9fc83749083478a7946e05d40f80ce4dd003b1eb Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Thu, 18 Jan 2024 15:50:14 +0000 Subject: [PATCH] Add Emacs 29.2 --- flake.lock | 14 ++++++++++++++ flake.nix | 4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 3ff4382..1456ea0 100644 --- a/flake.lock +++ b/flake.lock @@ -204,6 +204,19 @@ "url": "https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz" } }, + "emacs-29-2": { + "flake": false, + "locked": { + "lastModified": 1705573161, + "narHash": "sha256-P589A1XNkmj4ODOXosk1sNkUGJsHSgQtIfWsNjCd+eI=", + "type": "tarball", + "url": "https://ftp.gnu.org/gnu/emacs/emacs-29.2.tar.xz" + }, + "original": { + "type": "tarball", + "url": "https://ftp.gnu.org/gnu/emacs/emacs-29.2.tar.xz" + } + }, "emacs-release-snapshot": { "flake": false, "locked": { @@ -304,6 +317,7 @@ "emacs-28-1": "emacs-28-1", "emacs-28-2": "emacs-28-2", "emacs-29-1": "emacs-29-1", + "emacs-29-2": "emacs-29-2", "emacs-release-snapshot": "emacs-release-snapshot", "emacs-snapshot": "emacs-snapshot", "flake-compat": "flake-compat", diff --git a/flake.nix b/flake.nix index f608a62..4ba45d1 100644 --- a/flake.nix +++ b/flake.nix @@ -23,6 +23,7 @@ "emacs-28-1" = { url = "https://ftp.gnu.org/gnu/emacs/emacs-28.1.tar.xz"; flake = false; }; "emacs-28-2" = { url = "https://ftp.gnu.org/gnu/emacs/emacs-28.2.tar.xz"; flake = false; }; "emacs-29-1" = { url = "https://ftp.gnu.org/gnu/emacs/emacs-29.1.tar.xz"; flake = false; }; + "emacs-29-2" = { url = "https://ftp.gnu.org/gnu/emacs/emacs-29.2.tar.xz"; flake = false; }; emacs-snapshot = { url = "github:emacs-mirror/emacs"; flake = false; }; emacs-release-snapshot = { url = "github:emacs-mirror/emacs?ref=emacs-29"; flake = false; }; }; @@ -71,7 +72,8 @@ emacs-28-1 = "28.1"; emacs-28-2 = "28.2"; emacs-29-1 = "29.1"; - emacs-release-snapshot = "29.1.90"; + emacs-29-2 = "29.2"; + emacs-release-snapshot = "29.2.90"; emacs-snapshot = "30.0.50"; }; in