Update 6.11.7 → 6.11.8
This commit is contained in:
parent
4fa505cd7c
commit
dcfad13feb
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
__structuredAttrs = true;
|
||||
|
||||
pname = "linux-hardened";
|
||||
version = "6.11.7-hardened1";
|
||||
version = "6.11.8-hardened1";
|
||||
|
||||
modDirVersion = lib.versions.pad 3 finalAttrs.version;
|
||||
|
||||
|
@ -97,7 +97,7 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "anthraxx";
|
||||
repo = finalAttrs.pname;
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-oLdc0j7N5XwXZLSanzNPPsXfT/7GVJvSu5Eolqz9/f0=";
|
||||
hash = "sha256-milqRnym0w5ksJ4k2CDNADoXEim8QPm6we6ziOJN74M=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue