chore: update kernel
This commit is contained in:
parent
a1b6c71c11
commit
d6b871878d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, lib, stdenv }:
|
||||
let
|
||||
version = "6.15.2";
|
||||
hash = "sha256-NFjNamxQjhYdvFQG5yuZ1dvfkp+vcEpn25ukbQdRSFg=";
|
||||
version = "6.15.3";
|
||||
hash = "sha256-ErUMiZJUONnNc4WgyvycQz5lYqxd8AohiJ/On1SNZbA=";
|
||||
arch = lib.optionalString (stdenv.hostPlatform.isAarch64 == true) "arm64"
|
||||
+ lib.optionalString (stdenv.hostPlatform.isx86_64 == true) "x86_64";
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue