1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-11-23 20:13:25 +03:00

pine64-pinephone: kernel 6.11.3 -> 6.11.5

This commit is contained in:
Luflosi 2024-10-30 14:57:59 +01:00
parent 2268e358ed
commit d6c16d54b7
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.11.3 Kernel Configuration
# Linux/arm64 6.11.5 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-unknown-linux-gnu-gcc (GCC) 13.3.0"
CONFIG_CC_IS_GCC=y

View File

@ -6,14 +6,14 @@
}:
mobile-nixos.kernel-builder {
version = "6.11.3";
version = "6.11.5";
configfile = ./config.aarch64;
src = fetchFromGitea {
domain = "codeberg.org";
owner = "megi";
repo = "linux";
rev = "orange-pi-6.11-20241010-2301";
hash = "sha256-UPUL123v25f7kfTv9XphoaLhF4ExF5kuLOlv3i1D4zY=";
rev = "orange-pi-6.11-20241029-1901";
hash = "sha256-VEp05hLwVGRH8MLSYd29nTwlhWgH/t9w9yEqBJplr8w=";
};
patches = [
./0001-dts-pinephone-Setup-default-on-and-panic-LEDs.patch