Merge pull request #325869 from NixOS/backport-325816-to-release-24.05

[Backport release-24.05] linux-firmware: 20240610 -> 20240709
This commit is contained in:
K900 2024-07-09 17:41:44 +03:00 committed by GitHub
commit 11124ce9e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation rec {
pname = "linux-firmware";
version = "20240610";
version = "20240709";
src = fetchzip {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${version}.tar.gz";
hash = "sha256-tjDqviOMvrBoEG8+Yn+XqdBlIDfQUX0KK2kpW6/jed8=";
hash = "sha256-BopPZDVQMmhLo9qTpozIea2amaZNQvwhgEIcpKMPAKs=";
};
nativeBuildInputs = [