Merge pull request #169423 from mweinelt/microcode-intel

authored by Martin Weinelt and committed by GitHub 76d686ab 271905a3

+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 = "20220207"; 5 + version = "20220419"; 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 - sha256 = "sha256-yNHYAf8AX8C8iSaFWa6u7knUryaUgvI6nIH9jkD4jjw="; 11 + sha256 = "sha256-i3OhOEqyK6gJfRIPewPGb4/6k6lO0atmedEqJ2e+66U="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ iucode-tool libarchive ];