feat(linux_jhovold): bump to 6.12.0-rc2

This commit is contained in:
steveej 2024-10-11 10:19:32 +02:00
parent 1286d20be2
commit d354461ec2
3 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

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

View file

@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
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;
};

View file

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