feat: bump linux-jhovold -> 6.12-rc6

This commit is contained in:
steveej 2024-11-08 22:25:50 +01:00
parent ff41877fbd
commit b74e8bfe82
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -21,16 +21,16 @@
"linux-jhovold": {
"flake": false,
"locked": {
"lastModified": 1730186574,
"narHash": "sha256-QjStPt3c/v55lJUgn4Rdx/WTaQKdUxNL9nwkIKQ8O2Q=",
"lastModified": 1730883079,
"narHash": "sha256-+ZU70M+mqo9SZNLkVtCM0+TdXEh7X39Kxmk6z58GMaM=",
"owner": "jhovold",
"repo": "linux",
"rev": "699d5b0ccdc1a343ded65aa876f0b720ca7dada9",
"rev": "9e9890798b6b4e81db66c572ee6acd291cf8cb77",
"type": "github"
},
"original": {
"owner": "jhovold",
"ref": "wip/sc8280xp-6.12-rc5",
"ref": "wip/sc8280xp-6.12-rc6",
"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.12-rc5";
linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.12-rc6";
linux-jhovold.flake = false;
};
@ -21,7 +21,7 @@
];
perSystem =
{ pkgs, ... }:
{ pkgs, inputs' , ... }:
{
devShells = rec {
default = pkgs.mkShellNoCC { packages = ci.nativeBuildInputs; };