about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2024-03-24 19:10:19 -0500
committerThomas Watson <twatson52@icloud.com>2024-03-24 19:10:19 -0500
commit93e85575f63b32b9996676513d95288fc1c87ca9 (patch)
tree97711f4786592e1baf2f75caf1720438b6f13369
parent7e3e9e7ee94c24082367b951109795944a3cc1c5 (diff)
downloadnixlib-93e85575f63b32b9996676513d95288fc1c87ca9.tar
nixlib-93e85575f63b32b9996676513d95288fc1c87ca9.tar.gz
nixlib-93e85575f63b32b9996676513d95288fc1c87ca9.tar.bz2
nixlib-93e85575f63b32b9996676513d95288fc1c87ca9.tar.lz
nixlib-93e85575f63b32b9996676513d95288fc1c87ca9.tar.xz
nixlib-93e85575f63b32b9996676513d95288fc1c87ca9.tar.zst
nixlib-93e85575f63b32b9996676513d95288fc1c87ca9.zip
release 2024-03-24
-rw-r--r--README.md2
-rw-r--r--docs/release-notes.md14
-rw-r--r--docs/uefi-standalone.md6
3 files changed, 18 insertions, 4 deletions
diff --git a/README.md b/README.md
index becc860ed023..2a3eac8d9c4d 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-03-11)](docs/uefi-standalone.md)
+* [Setup, Installation, and Maintenance Guide (2024-03-24)](docs/uefi-standalone.md)
 
 ## Credits
 
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0f59c9277b7d..358764410a0f 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -2,6 +2,20 @@
 
 This file contains important information for each release.
 
+## 2024-03-24
+
+This release updates nixpkgs and the kernel.
+
+The kernel update is understood to include a potential fix for some HDMI issues.
+
+The sound module now forces WirePlumber 0.5 and above (included in recent
+nixpkgs releases) to be downgraded to 0.4.17 as these newer versions are not
+compatible with the Asahi sound configs. This downgrade corrects the
+unexpectedly poor sound experience.
+
+A fix is also included for cross-compiling the installer with recent nixpkgs
+versions.
+
 ## 2024-03-11
 
 This release updates nixpkgs.
diff --git a/docs/uefi-standalone.md b/docs/uefi-standalone.md
index 9b2f6125661e..dc12818d43f8 100644
--- a/docs/uefi-standalone.md
+++ b/docs/uefi-standalone.md
@@ -1,11 +1,11 @@
-# UEFI Boot Standalone NixOS (2024-03-11)
+# UEFI Boot Standalone NixOS (2024-03-24)
 
 This guide will build and was tested with the following software:
-* Asahi Linux kernel version 6.6.0-asahi15
+* Asahi Linux kernel version 6.6.0-asahi16
 * Asahi Linux's Mesa version 24.1.0_asahi-20240228-1
 * m1n1 version v1.4.11
 * Asahi Linux's U-Boot version 2023.07.02.asahi4-1
-* Nixpkgs, as of 2024-03-08
+* Nixpkgs, as of 2024-03-22
 * macOS stub 12.3
 
 NOTE: The latest version of this guide will always be [at its home](https://github.com/tpwrules/nixos-apple-silicon/blob/main/docs/uefi-standalone.md). For more general information about Linux on Apple Silicon Macs, refer to the [Asahi Linux project](https://asahilinux.org/) and [alpha installer release](https://asahilinux.org/2022/03/asahi-linux-alpha-release/).