Merge pull request #1918 from peat-psuwit/for-upstream/linux_rpi-6.18.34

raspberry-pi/common/kernel: 6.18.33-1+rpt1 -> 6.18.34-stable_20260609
This commit is contained in:
Doron Behar 2026-06-22 20:57:43 +00:00 committed by GitHub
commit aa741c485b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,23 +10,22 @@
let
# NOTE: raspberryPiWirelessFirmware should be updated with this
modDirVersion = "6.18.33";
hash = "sha256-XGL2SgPws+c1yAZDmNC9jQdi23qQPZKucQUr9+eD8MM=";
modDirVersion = "6.18.34";
tag = "stable_20260609";
hash = "sha256-ok++36dh9o4e7AC5RErW00/r23rGxufe0PYXz5Dzy5U=";
inherit (lib.kernel) freeform yes no;
in
(buildLinux (
args
// {
version = "${modDirVersion}-1+rpt1";
version = "${modDirVersion}-${tag}";
inherit modDirVersion;
pname = "linux-rpi";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "linux";
# https://github.com/RPi-Distro/linux-packaging/raw/refs/tags/pios/1%256.18.33-1+rpt1/debian/changelog
rev = "95b85bebbedcaedfa7ca79116ed38b7376fba412";
inherit hash;
inherit tag hash;
};
defconfig =