linux-firmware: 20250624 -> 20250627 (#420541)

This commit is contained in:
Franz Pletz
2025-06-28 16:46:15 +02:00
committed by GitHub

View File

@@ -22,13 +22,13 @@ let
in in
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "linux-firmware"; pname = "linux-firmware";
version = "20250624"; # not a real tag, but the current stable tag breaks some AMD GPUs entirely version = "20250627";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "kernel-firmware"; owner = "kernel-firmware";
repo = "linux-firmware"; repo = "linux-firmware";
rev = "b05fabcd6f2a16d50b5f86c389dde7a33f00bb81"; tag = version;
hash = "sha256-AvSsyfKP57Uhb3qMrf6PpNHKbXhD9IvFT1kcz5J7khM="; hash = "sha256-mNjCl+HtvvFxyLjlBFsyfyu2TAf6D/9lbRiouKC/vVY=";
}; };
postUnpack = '' postUnpack = ''