linux-firmware: 20250627 -> 20250708

Diff: 20250627...20250708
This commit is contained in:
K900 2025-07-08 21:32:52 +03:00
parent 4a0129eb7d
commit 4731018509

View File

@ -22,13 +22,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "linux-firmware";
version = "20250627";
version = "20250708";
src = fetchFromGitLab {
owner = "kernel-firmware";
repo = "linux-firmware";
tag = version;
hash = "sha256-mNjCl+HtvvFxyLjlBFsyfyu2TAf6D/9lbRiouKC/vVY=";
hash = "sha256-TJ97A9I0ipsqgg7ex3pAQgdhDJcLbkNCvuLppt9a07o=";
};
postUnpack = ''