chore: update kernel

This commit is contained in:
Lars Sjöström 2025-06-17 10:17:19 +02:00
commit d6b871878d
No known key found for this signature in database

View file

@ -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