purism librem5r4 linux: 6.4.5-librem5 -> 6.4.14-librem5

This commit is contained in:
Sophie Tauchert 2023-09-04 15:37:10 +02:00 committed by Jörg Thalheim
parent 4cd9ced7fa
commit e507801ba7
2 changed files with 5 additions and 5 deletions

View File

@ -6,14 +6,14 @@
buildLinux (args
// rec {
defconfig = "librem5_defconfig";
version = "6.4.5-librem5";
version = "6.4.14-librem5";
modDirVersion = version;
src = fetchFromGitLab {
domain = "source.puri.sm";
owner = "Librem5";
repo = "linux";
rev = "pureos/6.4.5pureos1";
hash = "sha256-xg/qZ3Lig8oAAa3I+yn4tKPbftBy9Y6fnk8IvB+rm4E=";
rev = "pureos/6.4.14pureos1";
hash = "sha256-PzRG6czWLMahklceuaWGK1QJ+m9FAKDa/m1jp87h62k=";
};
kernelPatches = [ ];
structuredExtraConfig = with lib.kernel; {

View File

@ -1,4 +1,4 @@
final: prev: {
linuxPackages_librem5_6_4_5 = final.linuxPackagesFor (final.callPackage ./6.4.5.nix { });
linuxPackages_librem5 = final.linuxPackages_librem5_6_4_5;
linuxPackages_librem5_6_4_14 = final.linuxPackagesFor (final.callPackage ./6.4.14.nix { });
linuxPackages_librem5 = final.linuxPackages_librem5_6_4_14;
}