Merge: linux_rpi: stable_2024100 -> stable_20250702 (#424330)

authored by Maximilian Bosch and committed by GitHub 8e7393b5 8d3a6d5a

+4 -7
+4 -7
pkgs/os-specific/linux/kernel/linux-rpi.nix
··· 1 { 2 stdenv, 3 lib, 4 - buildPackages, 5 fetchFromGitHub, 6 - fetchpatch, 7 - perl, 8 buildLinux, 9 rpiVersion, 10 ... ··· 12 13 let 14 # NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this 15 - modDirVersion = "6.6.51"; 16 - tag = "stable_20241008"; 17 in 18 lib.overrideDerivation 19 (buildLinux ( ··· 26 src = fetchFromGitHub { 27 owner = "raspberrypi"; 28 repo = "linux"; 29 - rev = tag; 30 - hash = "sha256-phCxkuO+jUGZkfzSrBq6yErQeO2Td+inIGHxctXbD5U="; 31 }; 32 33 defconfig =
··· 1 { 2 stdenv, 3 lib, 4 fetchFromGitHub, 5 buildLinux, 6 rpiVersion, 7 ... ··· 9 10 let 11 # NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this 12 + modDirVersion = "6.12.34"; 13 + tag = "stable_20250702"; 14 + hash = "sha256-lK0esjFhLvtBbyddMfa1H7ZcBbcOm2ygor338ZT5VpI="; 15 in 16 lib.overrideDerivation 17 (buildLinux ( ··· 24 src = fetchFromGitHub { 25 owner = "raspberrypi"; 26 repo = "linux"; 27 + inherit tag hash; 28 }; 29 30 defconfig =