linux-firmware: 20251125 -> unstable-2025-12-18
This is to pick up the AMDGPU hang fixes that are biting more people than anticipated, with a new upstream tag also taking longer to materialize than anticipated.
This commit is contained in:
@@ -20,15 +20,15 @@ let
|
||||
fi
|
||||
'';
|
||||
in
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "linux-firmware";
|
||||
version = "20251125";
|
||||
version = "20251125-unstable-2025-12-18";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "kernel-firmware";
|
||||
repo = "linux-firmware";
|
||||
tag = version;
|
||||
hash = "sha256-eNzCgVx6iPWbPccMM1TLBIsFKwiha9/gajmFtobj4SE=";
|
||||
rev = "881c549a82203abd9a88870ba27f3e8ce754b2c4";
|
||||
hash = "sha256-ziKzNbP8pqwFilzQb227FtVMqaUGDcbZ57tc9mAMSxs=";
|
||||
};
|
||||
|
||||
postUnpack = ''
|
||||
|
||||
Reference in New Issue
Block a user