feat(linux_jhovold): bump to 6.11.0

This commit is contained in:
steveej 2024-10-02 20:41:53 +02:00
parent 759bf531bb
commit 1286d20be2
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": 1725261528,
"narHash": "sha256-p2rP8fErEnrlrkl2l4ZfnWOG2U/ohAC9blx+sTpU4+I=",
"lastModified": 1726563586,
"narHash": "sha256-hZ8yue7OsrXuwoXz09/dmIiKJIQEPixK39l5S/xvJfA=",
"owner": "jhovold",
"repo": "linux",
"rev": "2997053728cd0675469399212061423e63b48c1f",
"rev": "c8032fa3062e04cbb68f070959fc746b91abb16e",
"type": "github"
},
"original": {
"owner": "jhovold",
"ref": "wip/sc8280xp-6.11-rc6",
"ref": "wip/sc8280xp-6.11",
"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-rc6";
linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.11";
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-rc6";
version = "6.11.0";
defconfig = "johan_defconfig";
};