mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-09 01:24:48 +01:00
chore: 6.8.0-rc4 -> 6.8.0-rc5
This commit is contained in:
parent
5f7a170cd1
commit
7e752729c1
|
@ -21,10 +21,10 @@
|
|||
"owner": "jhovold",
|
||||
"repo": "linux"
|
||||
},
|
||||
"branch": "wip/sc8280xp-v6.8-rc4",
|
||||
"revision": "e6afa0380b4915646a07306d706f6337f40fef90",
|
||||
"url": "https://github.com/jhovold/linux/archive/e6afa0380b4915646a07306d706f6337f40fef90.tar.gz",
|
||||
"hash": "0jb546y44pjgs2g9mv8074gmffw9r42p13zvnn9va5qmzjr6ahk1"
|
||||
"branch": "wip/sc8280xp-v6.8-rc5",
|
||||
"revision": "00a0ee0018ac61ec4c93536f27916ff40cfe7a99",
|
||||
"url": "https://github.com/jhovold/linux/archive/00a0ee0018ac61ec4c93536f27916ff40cfe7a99.tar.gz",
|
||||
"hash": "115yra3w4a0f4aprjb8n5gpq4xc8j7h3kql18z755jii5gd49qfr"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue