From b0a2376f6c164a0af963d47386c064cc6fdcd5ea Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Sun, 16 Jun 2024 20:45:37 -0500 Subject: [PATCH] release 2024-06-16 --- README.md | 2 +- docs/release-notes.md | 14 ++++++++++++++ docs/uefi-standalone.md | 6 +++--- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c54c9550..fc62c4c5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Please see the documentation and guide below to get started. ## Documentation * [Release Notes](docs/release-notes.md) -* [Setup, Installation, and Maintenance Guide (2024-05-23)](docs/uefi-standalone.md) +* [Setup, Installation, and Maintenance Guide (2024-06-16)](docs/uefi-standalone.md) ## Credits diff --git a/docs/release-notes.md b/docs/release-notes.md index adf96e23..80dc93da 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,20 @@ This file contains important information for each release. +## 2024-06-16 + +This release updates nixpkgs, the kernel, and Mesa. + +Updating nixpkgs brings us past the 24.05 release and on the path to 24.11. The +update also fixes some issues with cross-compilation, and corrects a problem +which would randomly cause the Mesa build to produce corrupt binaries. + +Additionally, `speakersafetyd` and `bankstown-lv2` are now used from nixpkgs +instead of being overlayed. + +Support for the current stable 24.05 release is functional, but as always this +is on a best effort basis. + ## 2024-05-23 This release updates nixpkgs, the kernel, and m1n1. diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md index 97a20ef2..58424e41 100644 --- a/docs/uefi-standalone.md +++ b/docs/uefi-standalone.md @@ -1,8 +1,8 @@ -# UEFI Boot Standalone NixOS (2024-05-23) +# UEFI Boot Standalone NixOS (2024-06-16) This guide will build and was tested with the following software: -* Asahi Linux kernel version asahi-6.8.9-7 -* Asahi Linux's Mesa version 24.1.0_asahi-20240228-1 +* Asahi Linux kernel version asahi-6.8.10-4 +* Asahi Linux's Mesa version 24.2.0_asahi-20240527-1 * m1n1 version v1.4.14 * Asahi Linux's U-Boot version 2024.04-4-asahi * Nixpkgs, as of 2024-05-21