chore: 6.8.0-rc4 -> 6.8.0-rc5

This commit is contained in:
Adam Stephens 2024-02-19 11:43:18 -05:00
parent 5f7a170cd1
commit 7e752729c1
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@ let
linux_x13s_pkg =
{ buildLinux, ... }@args:
let
version = "6.8.0-rc4";
version = "6.8.0-rc5";
modDirVersion = "${version}";
in
buildLinux (
@ -22,7 +22,7 @@ let
patch = (
pkgs.fetchurl {
url = "https://lore.kernel.org/lkml/20240205182810.58382-1-brgl@bgdev.pl/t.mbox.gz";
hash = "sha256-MeuDkVFSf/KqzcD92wR6U9yOJhOKmZkXsgGcOm/9l/k=";
hash = "sha256-kplvgUGE70eVivaN59Ozj7/utgnPEkVUjC8nemyM4vU=";
}
);
extraStructuredConfig = {