mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
linux-firmware: 20260622 -> 20260810
Diff:20260622...20260810(cherry picked from commit08beff6c9f)
This commit is contained in:
committed by
github-actions[bot]
parent
9ba7ebb150
commit
3043fb8cf4
@@ -23,13 +23,13 @@ let
|
||||
in
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "linux-firmware";
|
||||
version = "20260622";
|
||||
version = "20260810";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "kernel-firmware";
|
||||
repo = "linux-firmware";
|
||||
tag = version;
|
||||
hash = "sha256-nSoJhgI4hAxtNmnj5M6ticzuBSt9uNAYcmc1VR/yXxE=";
|
||||
hash = "sha256-P/fPpqaatp8Z2GV+I/OChiWGn6AhV+8w1RMFuX/LqHc=";
|
||||
};
|
||||
|
||||
postUnpack = ''
|
||||
|
||||
Reference in New Issue
Block a user