[Backport release-25.05] linux-firmware: 20251011 -> 20251021 (#454493)

This commit is contained in:
K900
2025-10-22 09:16:23 +00:00
committed by GitHub

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