We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45e6c67 + 8c307db commit 7c41866Copy full SHA for 7c41866
1 file changed
pkgs/by-name/li/linux-firmware/package.nix
@@ -22,13 +22,13 @@ let
22
in
23
stdenvNoCC.mkDerivation rec {
24
pname = "linux-firmware";
25
- version = "20260110";
+ version = "20260221";
26
27
src = fetchFromGitLab {
28
owner = "kernel-firmware";
29
repo = "linux-firmware";
30
tag = version;
31
- hash = "sha256-zL2ck91IBjBw/10YirxfoScEjbvEXVBR7bpLzuF3kDc=";
+ hash = "sha256-QHoS9+WS9IjRVhTJEFF/X8+4ZKjKwpJAvf7EqsV+qEY=";
32
};
33
34
postUnpack = ''
0 commit comments