mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
purism librem5r4 linux: 6.4.5-librem5 -> 6.4.14-librem5
This commit is contained in:
parent
4cd9ced7fa
commit
e507801ba7
2 changed files with 5 additions and 5 deletions
|
@ -6,14 +6,14 @@
|
||||||
buildLinux (args
|
buildLinux (args
|
||||||
// rec {
|
// rec {
|
||||||
defconfig = "librem5_defconfig";
|
defconfig = "librem5_defconfig";
|
||||||
version = "6.4.5-librem5";
|
version = "6.4.14-librem5";
|
||||||
modDirVersion = version;
|
modDirVersion = version;
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "source.puri.sm";
|
domain = "source.puri.sm";
|
||||||
owner = "Librem5";
|
owner = "Librem5";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = "pureos/6.4.5pureos1";
|
rev = "pureos/6.4.14pureos1";
|
||||||
hash = "sha256-xg/qZ3Lig8oAAa3I+yn4tKPbftBy9Y6fnk8IvB+rm4E=";
|
hash = "sha256-PzRG6czWLMahklceuaWGK1QJ+m9FAKDa/m1jp87h62k=";
|
||||||
};
|
};
|
||||||
kernelPatches = [ ];
|
kernelPatches = [ ];
|
||||||
structuredExtraConfig = with lib.kernel; {
|
structuredExtraConfig = with lib.kernel; {
|
|
@ -1,4 +1,4 @@
|
||||||
final: prev: {
|
final: prev: {
|
||||||
linuxPackages_librem5_6_4_5 = final.linuxPackagesFor (final.callPackage ./6.4.5.nix { });
|
linuxPackages_librem5_6_4_14 = final.linuxPackagesFor (final.callPackage ./6.4.14.nix { });
|
||||||
linuxPackages_librem5 = final.linuxPackages_librem5_6_4_5;
|
linuxPackages_librem5 = final.linuxPackages_librem5_6_4_14;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue