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:
K900
2025-12-21 12:06:05 +03:00
parent 86f6db2807
commit 0f9b89d54c
+4 -4
View File
@@ -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 = ''