mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
linux-firmware: 20260519 -> 20260622
Diff:20260519...20260622(cherry picked from commita7466627e6)
This commit is contained in:
parent
e92c358358
commit
220e781eee
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue