Merge pull request #216406 from mweinelt/microcode-intel-20230214

microcodeIntel: 20221108 -> 20230214

authored by Martin Weinelt and committed by GitHub 28319deb ad36a97d

+2 -2
+2 -2
pkgs/os-specific/linux/microcode/intel.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "microcode-intel"; 5 - version = "20221108"; 5 + version = "20230214"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "intel"; 9 9 repo = "Intel-Linux-Processor-Microcode-Data-Files"; 10 10 rev = "microcode-${version}"; 11 - hash = "sha256-JZbBrD3fHgJogDw4u2YggDX7OCXCu5/XEZKzHuVJR9k="; 11 + hash = "sha256-SwdE1c7OEg5nncs5QqaTKCL77KddeHw7ZilctQ4L9RA="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ iucode-tool libarchive ];