mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-08 17:14:48 +01:00
jhovold: 6.8.0-rc7 -> 6.8.0
This commit is contained in:
parent
bebc446709
commit
c194c94c16
|
@ -21,10 +21,10 @@
|
|||
"owner": "jhovold",
|
||||
"repo": "linux"
|
||||
},
|
||||
"branch": "wip/sc8280xp-v6.8-rc7",
|
||||
"revision": "9115b43910d83f598cf86f0274f1a543211f84cb",
|
||||
"url": "https://github.com/jhovold/linux/archive/9115b43910d83f598cf86f0274f1a543211f84cb.tar.gz",
|
||||
"hash": "10c1825z50sd7h5g61dx9jgwjaw25qmkakbs7fyxzrj0f2ycmgx7"
|
||||
"branch": "wip/sc8280xp-v6.8",
|
||||
"revision": "935f2e13e13d2dcfb923d3b0881c905861a7a9ce",
|
||||
"url": "https://github.com/jhovold/linux/archive/935f2e13e13d2dcfb923d3b0881c905861a7a9ce.tar.gz",
|
||||
"hash": "031lssdf455v82qxaj7rhs9z809i16is03xwc6354p5xafrqj3cj"
|
||||
},
|
||||
"linux-jhovold-6_7": {
|
||||
"type": "Git",
|
||||
|
|
|
@ -15,9 +15,11 @@ let
|
|||
);
|
||||
in
|
||||
rec {
|
||||
linux_jhovold = pkgs.callPackage linux_x13s_pkg {
|
||||
linux_jhovold = linux_jhovold_6_8;
|
||||
|
||||
linux_jhovold_6_8 = pkgs.callPackage linux_x13s_pkg {
|
||||
src = sources.linux-jhovold;
|
||||
version = "6.8.0-rc7";
|
||||
version = "6.8.0";
|
||||
defconfig = "johan_defconfig";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue