linux: 6.10.12 → 6.10.13
This commit is contained in:
parent
a4459028a7
commit
153bea8fa8
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.12-hardened1";
|
||||
version = "6.10.13-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-4uU81Jy+h4tu+8Lun0oEhsPhW3Y0U/snCivk/jN8WLI=";
|
||||
hash = "sha256-XWrX1jlUv1cwGzCz8Qqaa1mbetvPWY2ivPLyw6Fx54c=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue