mirror of
https://codeberg.org/mart-w/nixos-x13s.git
synced 2024-11-22 07:04:47 +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",
|
"owner": "jhovold",
|
||||||
"repo": "linux"
|
"repo": "linux"
|
||||||
},
|
},
|
||||||
"branch": "wip/sc8280xp-v6.8-rc7",
|
"branch": "wip/sc8280xp-v6.8",
|
||||||
"revision": "9115b43910d83f598cf86f0274f1a543211f84cb",
|
"revision": "935f2e13e13d2dcfb923d3b0881c905861a7a9ce",
|
||||||
"url": "https://github.com/jhovold/linux/archive/9115b43910d83f598cf86f0274f1a543211f84cb.tar.gz",
|
"url": "https://github.com/jhovold/linux/archive/935f2e13e13d2dcfb923d3b0881c905861a7a9ce.tar.gz",
|
||||||
"hash": "10c1825z50sd7h5g61dx9jgwjaw25qmkakbs7fyxzrj0f2ycmgx7"
|
"hash": "031lssdf455v82qxaj7rhs9z809i16is03xwc6354p5xafrqj3cj"
|
||||||
},
|
},
|
||||||
"linux-jhovold-6_7": {
|
"linux-jhovold-6_7": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
|
|
|
@ -15,9 +15,11 @@ let
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
rec {
|
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;
|
src = sources.linux-jhovold;
|
||||||
version = "6.8.0-rc7";
|
version = "6.8.0";
|
||||||
defconfig = "johan_defconfig";
|
defconfig = "johan_defconfig";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue