linux-firmware: 20260221 -> 20260309 (#498468)
This commit is contained in:
@@ -23,24 +23,15 @@ let
|
||||
in
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "linux-firmware";
|
||||
version = "20260221";
|
||||
version = "20260309";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "kernel-firmware";
|
||||
repo = "linux-firmware";
|
||||
tag = version;
|
||||
hash = "sha256-QHoS9+WS9IjRVhTJEFF/X8+4ZKjKwpJAvf7EqsV+qEY=";
|
||||
hash = "sha256-IG7RN7m+VwFkdGRNv2FZSLumlo0FT47PBE16o8Xahxg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# amdnpu: Restore old NPU firmware for compatibility
|
||||
# https://gitlab.com/kernel-firmware/linux-firmware/-/merge_requests/935
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.com/kernel-firmware/linux-firmware/-/commit/58cf579b98c0c4878deeda1acb5db70e699875b5.patch";
|
||||
hash = "sha256-2UO9CxGM2Asb/fRAST4zRlMBSVjM+N/87NzSkSoQrQ0=";
|
||||
})
|
||||
];
|
||||
|
||||
postUnpack = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user