linux-firmware: 20260519 -> 20260622

Diff: 20260519...20260622
(cherry picked from commit a7466627e6)
This commit is contained in:
K900 2026-06-23 10:38:31 +03:00 committed by github-actions[bot]
commit 220e781eee

View file

@ -23,13 +23,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "linux-firmware";
version = "20260519";
version = "20260622";
src = fetchFromGitLab {
owner = "kernel-firmware";
repo = "linux-firmware";
tag = version;
hash = "sha256-vyrnHNnyNko7m/fZ3fXgLvvasYyJ/pzs5be/Ele+6vY=";
hash = "sha256-nSoJhgI4hAxtNmnj5M6ticzuBSt9uNAYcmc1VR/yXxE=";
};
postUnpack = ''