linux-firmware: 20250410 -> 20250509

This commit is contained in:
K900 2025-05-09 16:38:43 +03:00
parent 8c0e1df453
commit e5b167bc7b

View file

@ -22,11 +22,11 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "linux-firmware";
version = "20250410";
version = "20250509";
src = fetchzip {
url = "https://cdn.kernel.org/pub/linux/kernel/firmware/linux-firmware-${version}.tar.xz ";
hash = "sha256-aQdEl9+7zbNqWSII9hjRuPePvSfWVql5u5TIrGsa+Ao=";
hash = "sha256-0FrhgJQyCeRCa3s0vu8UOoN0ZgVCahTQsSH0o6G6hhY=";
};
postUnpack = ''