We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b52b0 commit 7e14820Copy full SHA for 7e14820
purism/librem/5r4/kernel.nix
@@ -6,14 +6,14 @@
6
buildLinux (args
7
// rec {
8
defconfig = "librem5_defconfig";
9
- version = "6.6.6-librem5";
+ version = "6.6.29-librem5";
10
modDirVersion = version;
11
src = fetchFromGitLab {
12
domain = "source.puri.sm";
13
owner = "Librem5";
14
repo = "linux";
15
- rev = "pureos/6.6.6pureos1";
16
- hash = "sha256-LJfY45yNYgFYLCGxb+WRMYBUHnY4HCI2rkflPeaeFe0=";
+ rev = "pureos/6.6.29pureos1";
+ hash = "sha256-i8HSAJ1/Z2Ux2s3Srse+L0S1Zd/70ldpGBhIgEZ6nBw=";
17
};
18
kernelPatches = [ ];
19
structuredExtraConfig = with lib.kernel; {
0 commit comments