Merge: linux_rpi: stable_2024100 -> stable_20250702 (#424330)
This commit is contained in:
commit
8e7393b58e
@ -1,10 +1,7 @@
|
|||||||
{
|
{
|
||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
buildPackages,
|
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
perl,
|
|
||||||
buildLinux,
|
buildLinux,
|
||||||
rpiVersion,
|
rpiVersion,
|
||||||
...
|
...
|
||||||
@ -12,8 +9,9 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
|
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
|
||||||
modDirVersion = "6.6.51";
|
modDirVersion = "6.12.34";
|
||||||
tag = "stable_20241008";
|
tag = "stable_20250702";
|
||||||
|
hash = "sha256-lK0esjFhLvtBbyddMfa1H7ZcBbcOm2ygor338ZT5VpI=";
|
||||||
in
|
in
|
||||||
lib.overrideDerivation
|
lib.overrideDerivation
|
||||||
(buildLinux (
|
(buildLinux (
|
||||||
@ -26,8 +24,7 @@ lib.overrideDerivation
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "raspberrypi";
|
owner = "raspberrypi";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = tag;
|
inherit tag hash;
|
||||||
hash = "sha256-phCxkuO+jUGZkfzSrBq6yErQeO2Td+inIGHxctXbD5U=";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig =
|
defconfig =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user