raspberry-pi/common/kernel: 6.18.33-1+rpt1 -> 6.18.34-stable_20260609

raspberrypi/linux GitHub repo starts getting tagged again, so use that.
This commit is contained in:
Ratchanan Srirattanamet 2026-06-17 01:35:22 +07:00
parent 08018c7217
commit efaa9faad5

View file

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