Merge pull request #238963 from fpletz/pkgs/microcode-intel-20230613

authored by

Franz Pletz and committed by
GitHub
5753282d 98dfcccf

+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 = "20230512"; 5 + version = "20230613"; 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-Ay907cXbT+LlE4foK4TODcDB5Rx/Zo7HY17erem71rw="; 11 + hash = "sha256-tP59wfZHCLwPb2FkHaa+0D4RW1Zmu9vKaIgbveP/nLI="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ iucode-tool libarchive ];