framenix kernel: 6.8-rc3 -> 6.8-rc4
This commit is contained in:
parent
9f55497476
commit
d46efe181f
|
@ -24,10 +24,10 @@ in
|
|||
argsOverride = rec {
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
|
||||
hash = "sha256-9CfwhjawHkMjNYqqJAHq9dQnpeWm0qH/UOAnSu82mNQ=";
|
||||
hash = "sha256-sLypPyMhFhamhQOWDIkzZ5cVrWfoZDb3prJaESD6UU0=";
|
||||
};
|
||||
version = "6.8-rc3";
|
||||
modDirVersion = "6.8.0-rc3";
|
||||
version = "6.8-rc4";
|
||||
modDirVersion = "6.8.0-rc4";
|
||||
};
|
||||
});
|
||||
# revert some commits that introduced the clourful graphics artefacts flickering,
|
||||
|
|
Loading…
Reference in a new issue