[Backport release-26.05] microcode-intel: 20260811 -> 20260812 (#552265)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-13 13:48:46 +00:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "microcode-intel";
version = "20260811";
version = "20260812";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
tag = "microcode-${finalAttrs.version}";
hash = "sha256-8BvyFsBeL9tRutY6J2DotvVbKrKb3LUBro5MLO+egrg=";
hash = "sha256-Rw40SNaVSnGenRIkuspVzsFXt17GxPUTsRP86aMI4RM=";
};
nativeBuildInputs = [ libarchive ];