Reapply "feat(linux_jhovold): bump to 6.12.0-rc2"

This reverts commit 6b9efe77ca.
This commit is contained in:
steveej 2024-10-11 22:34:41 +02:00
parent 6b9efe77ca
commit 9f2d78c8db
3 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -21,16 +21,16 @@
"linux-jhovold": { "linux-jhovold": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1726563586, "lastModified": 1728631036,
"narHash": "sha256-hZ8yue7OsrXuwoXz09/dmIiKJIQEPixK39l5S/xvJfA=", "narHash": "sha256-1LnClVjY6WS+IR9eqPFA7gzXm0cio3mY23NXj9cKHHs=",
"owner": "jhovold", "owner": "jhovold",
"repo": "linux", "repo": "linux",
"rev": "c8032fa3062e04cbb68f070959fc746b91abb16e", "rev": "6a97bc22fa36010400b91e6d5979741c391112c3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "jhovold", "owner": "jhovold",
"ref": "wip/sc8280xp-6.11", "ref": "wip/sc8280xp-6.12-rc2",
"repo": "linux", "repo": "linux",
"type": "github" "type": "github"
} }

View file

@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.11"; linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.12-rc2";
linux-jhovold.flake = false; linux-jhovold.flake = false;
}; };

View file

@ -21,7 +21,7 @@ in
{ {
linux_jhovold = pkgs.callPackage linux_x13s_pkg { linux_jhovold = pkgs.callPackage linux_x13s_pkg {
src = inputs.linux-jhovold; src = inputs.linux-jhovold;
version = "6.11.0"; version = "6.12.0-rc2";
defconfig = "johan_defconfig"; defconfig = "johan_defconfig";
}; };