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

@ -21,10 +21,10 @@
"owner": "jhovold", "owner": "jhovold",
"repo": "linux" "repo": "linux"
}, },
"branch": "wip/sc8280xp-v6.8-rc4", "branch": "wip/sc8280xp-v6.8-rc5",
"revision": "e6afa0380b4915646a07306d706f6337f40fef90", "revision": "00a0ee0018ac61ec4c93536f27916ff40cfe7a99",
"url": "https://github.com/jhovold/linux/archive/e6afa0380b4915646a07306d706f6337f40fef90.tar.gz", "url": "https://github.com/jhovold/linux/archive/00a0ee0018ac61ec4c93536f27916ff40cfe7a99.tar.gz",
"hash": "0jb546y44pjgs2g9mv8074gmffw9r42p13zvnn9va5qmzjr6ahk1" "hash": "115yra3w4a0f4aprjb8n5gpq4xc8j7h3kql18z755jii5gd49qfr"
} }
}, },
"version": 3 "version": 3

View file

@ -5,7 +5,7 @@ let
linux_x13s_pkg = linux_x13s_pkg =
{ buildLinux, ... }@args: { buildLinux, ... }@args:
let let
version = "6.8.0-rc4"; version = "6.8.0-rc5";
modDirVersion = "${version}"; modDirVersion = "${version}";
in in
buildLinux ( buildLinux (
@ -22,7 +22,7 @@ let
patch = ( patch = (
pkgs.fetchurl { pkgs.fetchurl {
url = "https://lore.kernel.org/lkml/20240205182810.58382-1-brgl@bgdev.pl/t.mbox.gz"; 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 = { extraStructuredConfig = {