linux: 6.10.10 → 6.10.12

This commit is contained in:
Mikael Voss 2024-10-04 15:20:45 +02:00
parent 6cb4093320
commit 5d47d4d26a
No known key found for this signature in database

View file

@ -71,7 +71,7 @@ in stdenv.mkDerivation (finalAttrs: {
__structuredAttrs = true; __structuredAttrs = true;
pname = "linux-hardened"; pname = "linux-hardened";
version = "6.10.10-hardened1"; version = "6.10.12-hardened1";
modDirVersion = lib.versions.pad 3 finalAttrs.version; modDirVersion = lib.versions.pad 3 finalAttrs.version;
@ -79,7 +79,7 @@ in stdenv.mkDerivation (finalAttrs: {
owner = "anthraxx"; owner = "anthraxx";
repo = finalAttrs.pname; repo = finalAttrs.pname;
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-tHJALUudN96WXDKZ9G+kvtk0uaeFUODdCzc//MyStVo="; hash = "sha256-4uU81Jy+h4tu+8Lun0oEhsPhW3Y0U/snCivk/jN8WLI=";
}; };
depsBuildBuild = [ depsBuildBuild = [