Commit 0c75a062 authored by K900's avatar K900
Browse files

linux-firmware: 20230625 -> unstable-2023-07-24

Includes a better Zenbleed mitigation and some misc fixes.
parent 5c1906aa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# This file is autogenerated! Run ./update.sh to regenerate.
{
  version = "20230625";
  sourceHash = "sha256-olRaUVnCri/sJU6ob+QgNxEZF8GzVxxEh8zdNJIZlYY=";
  outputHash = "sha256-zSlMpAPbW7ewEBzDre47/7NJyy2pC0GSbkyOVVi+4gU=";
  version = "unstable-2023-07-24";
  sourceHash = "sha256-WyO/+fxQljfo6OXLC8/BomGmKtUQaJ1Lt9V5Fdv172g=";
  outputHash = "sha256-wHWPSyqxP+MGmerbc2v/hclFFJ7qKCDsupK5GASjp8s=";
}
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ cd "$(dirname "$(readlink -f "$0")")" || exit
repo="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"

# step 1: figure out the latest version from the tags
if [ -z "$1" ]; then
if [ -z "${1:-}" ]; then
  version="$(git ls-remote --refs --tags --sort refname "$repo" | tail -n1 | cut -f2 | cut -d '/' -f3)"
else
  version=$1