mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-24 16:04:51 +01:00
chore: 6.8.0-rc3 -> 6.8.0-rc3
This commit is contained in:
parent
21841f64b1
commit
bb1e57a557
|
@ -19,10 +19,10 @@
|
||||||
"owner": "jhovold",
|
"owner": "jhovold",
|
||||||
"repo": "linux"
|
"repo": "linux"
|
||||||
},
|
},
|
||||||
"branch": "wip/sc8280xp-v6.8-rc2",
|
"branch": "wip/sc8280xp-v6.8-rc3",
|
||||||
"revision": "8c977f43e9b53eccf65fa25624bc322ef2338bec",
|
"revision": "dee604c3dedb3203caea23037a065df5bbf1ab07",
|
||||||
"url": "https://github.com/jhovold/linux/archive/8c977f43e9b53eccf65fa25624bc322ef2338bec.tar.gz",
|
"url": "https://github.com/jhovold/linux/archive/dee604c3dedb3203caea23037a065df5bbf1ab07.tar.gz",
|
||||||
"hash": "0vlzc22112ddlkr3wl7yqp1g7g54r794g3lkfx6va5axra2ys3xj"
|
"hash": "04n43d9dd2vsjr9m9nkdhb5f397xx4k8y4jyify8q1da9pcfbyjr"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
|
|
|
@ -5,7 +5,7 @@ let
|
||||||
linux_x13s_pkg =
|
linux_x13s_pkg =
|
||||||
{ buildLinux, ... }@args:
|
{ buildLinux, ... }@args:
|
||||||
let
|
let
|
||||||
version = "6.8.0-rc2";
|
version = "6.8.0-rc3";
|
||||||
modDirVersion = "${version}";
|
modDirVersion = "${version}";
|
||||||
in
|
in
|
||||||
buildLinux (
|
buildLinux (
|
||||||
|
|
Loading…
Reference in a new issue