diff --git a/README.md b/README.md index c54c955..fc62c4c 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 adf96e2..80dc93d 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 97a20ef..58424e4 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