Update 6.11.6 → 6.11.7
This commit is contained in:
parent
0b8aaf3818
commit
3b835fe011
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.6-hardened1";
|
||||
version = "6.11.7-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-PEaavtKBjAZevsyVvTVXD9E8meMcM/343UKL2P14+D4=";
|
||||
hash = "sha256-oLdc0j7N5XwXZLSanzNPPsXfT/7GVJvSu5Eolqz9/f0=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue