linux-firmware: 20251011 -> 20251021

Diff: 20251011...20251021
(cherry picked from commit b64f2fba1a)
This commit is contained in:
K900
2025-10-22 12:01:51 +03:00
committed by github-actions[bot]
parent 92c538400a
commit 846475fddd

View File

@@ -22,13 +22,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "linux-firmware";
version = "20251011";
version = "20251021";
src = fetchFromGitLab {
owner = "kernel-firmware";
repo = "linux-firmware";
tag = version;
hash = "sha256-LFVrrVCqJORiHVnhIY0l7B4pRHI2MS0o/GbgOUDqO8s=";
hash = "sha256-hG5PGLmeVqe/kyr9Q113mlLZvP32GTi20vxHRhxKalw=";
};
postUnpack = ''