Skip to content

Commit 4f4d97d

Browse files
matthiasdotshmergify[bot]
authored andcommitted
surface: linux 6.12.18 -> 6.12.19
1 parent 36d0027 commit 4f4d97d

File tree

1 file changed

+2
-2
lines changed
  • microsoft/surface/common/kernel/linux-surface

1 file changed

+2
-2
lines changed

microsoft/surface/common/kernel/linux-surface/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ let
77

88
cfg = config.microsoft-surface;
99

10-
version = "6.12.18";
10+
version = "6.12.19";
1111
kernelPatches = surfacePatches {
1212
inherit version;
1313
patchFn = ./patches.nix;
1414
};
1515
kernelPackages = linuxPackage {
1616
inherit version kernelPatches;
17-
sha256 = "sha256-vrkCpfadnldxARIgPbOBEdrW0wVW6ozjiShMgHf+lE0=";
17+
sha256 = "sha256-1zvwV77ARDSxadG2FkGTb30Ml865I6KB8y413U3MZTE=";
1818
ignoreConfigErrors=true;
1919
};
2020

0 commit comments

Comments
 (0)