linux-firmware: 20260622 -> 20260810

Diff: 20260622...20260810
(cherry picked from commit 08beff6c9f)
This commit is contained in:
K900
2026-08-10 23:05:52 +03:00
committed by github-actions[bot]
parent 9ba7ebb150
commit 3043fb8cf4

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 = ''