purism/librem5r4: linuxPackages_librem5: 6.5.4-librem5 -> 6.5.6-librem5
This commit is contained in:
parent
82804ab710
commit
32264b21bb
|
@ -1,4 +1,3 @@
|
||||||
final: prev: {
|
final: prev: {
|
||||||
linuxPackages_librem5_6_5_4 = final.linuxPackagesFor (final.callPackage ./6.5.4.nix { });
|
linuxPackages_librem5 = final.linuxPackagesFor (final.callPackage ./kernel.nix { });
|
||||||
linuxPackages_librem5 = final.linuxPackages_librem5_6_5_4;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
buildLinux (args
|
buildLinux (args
|
||||||
// rec {
|
// rec {
|
||||||
defconfig = "librem5_defconfig";
|
defconfig = "librem5_defconfig";
|
||||||
version = "6.5.4-librem5";
|
version = "6.5.6-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.5.4pureos1";
|
rev = "pureos/6.5.6pureos1";
|
||||||
hash = "sha256-wPosmPiQiaODfxlxNA/PGqOIBKlEcO+pOPvdZn7R9T0=";
|
hash = "sha256-hOv0oy31mbC+43sI1n1oqKl7TtT/Ivj6UhiW4maumCg=";
|
||||||
};
|
};
|
||||||
kernelPatches = [ ];
|
kernelPatches = [ ];
|
||||||
structuredExtraConfig = with lib.kernel; {
|
structuredExtraConfig = with lib.kernel; {
|
Loading…
Reference in a new issue