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