Skip to content

Commit

Permalink
purism/librem5r4: linuxPackages_librem5: 6.5.4-librem5 -> 6.5.6-librem5
Browse files Browse the repository at this point in the history
  • Loading branch information
999eagle authored and mergify[bot] committed Oct 19, 2023
1 parent 82804ab commit 32264b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions purism/librem/5r4/kernel/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
final: prev: {
linuxPackages_librem5_6_5_4 = final.linuxPackagesFor (final.callPackage ./6.5.4.nix { });
linuxPackages_librem5 = final.linuxPackages_librem5_6_5_4;
linuxPackages_librem5 = final.linuxPackagesFor (final.callPackage ./kernel.nix { });
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
buildLinux (args
// rec {
defconfig = "librem5_defconfig";
version = "6.5.4-librem5";
version = "6.5.6-librem5";
modDirVersion = version;
src = fetchFromGitLab {
domain = "source.puri.sm";
owner = "Librem5";
repo = "linux";
rev = "pureos/6.5.4pureos1";
hash = "sha256-wPosmPiQiaODfxlxNA/PGqOIBKlEcO+pOPvdZn7R9T0=";
rev = "pureos/6.5.6pureos1";
hash = "sha256-hOv0oy31mbC+43sI1n1oqKl7TtT/Ivj6UhiW4maumCg=";
};
kernelPatches = [ ];
structuredExtraConfig = with lib.kernel; {
Expand Down

0 comments on commit 32264b2

Please sign in to comment.