mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
linux-firmware: 20250410 -> 20250509
This commit is contained in:
parent
8c0e1df453
commit
e5b167bc7b
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue