linux: 6.10.6 → 6.10.8
This commit is contained in:
parent
6dd348c94b
commit
acba943b7e
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
__structuredAttrs = true;
|
||||
|
||||
pname = "linux-hardened";
|
||||
version = "6.10.6-hardened1";
|
||||
version = "6.10.8-hardened1";
|
||||
|
||||
modDirVersion = lib.versions.pad 3 finalAttrs.version;
|
||||
|
||||
|
@ -79,7 +79,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "anthraxx";
|
||||
repo = finalAttrs.pname;
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-mwHsz27Fw4RObMclvJJJOdvJ8k0m1/26cFivLYGDctY=";
|
||||
hash = "sha256-8IDDMLBLVYwHraUaVvgi9S866mxP4WutoBnYiT82cuc=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue