[Backport release-26.05] linux-firmware: 20260622 -> 20260810 (#551256)

This commit is contained in:
K900
2026-08-10 20:47:44 +00:00
committed by GitHub

View File

@@ -23,13 +23,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "linux-firmware";
version = "20260622";
version = "20260810";
src = fetchFromGitLab {
owner = "kernel-firmware";
repo = "linux-firmware";
tag = version;
hash = "sha256-nSoJhgI4hAxtNmnj5M6ticzuBSt9uNAYcmc1VR/yXxE=";
hash = "sha256-P/fPpqaatp8Z2GV+I/OChiWGn6AhV+8w1RMFuX/LqHc=";
};
postUnpack = ''